mirror of
https://github.com/logos-storage/logos-storage-go-bindings-example.git
synced 2026-04-01 16:53:08 +00:00
debug
This commit is contained in:
parent
7a58e8f17e
commit
b27fe6f736
2
Makefile
2
Makefile
@ -45,7 +45,7 @@ endif
|
|||||||
|
|
||||||
run:
|
run:
|
||||||
ifeq ($(OS),Windows_NT)
|
ifeq ($(OS),Windows_NT)
|
||||||
pwsh -Command '$(PS_CMD)'
|
pwsh -Command '$env:PATH += '\'';./libs'\''; .\$(BIN_NAME)'
|
||||||
else ifeq ($(UNAME_S),Darwin)
|
else ifeq ($(UNAME_S),Darwin)
|
||||||
# Instead of relying on install_name_tool, we can define DYLD_LIBRARY_PATH
|
# Instead of relying on install_name_tool, we can define DYLD_LIBRARY_PATH
|
||||||
# DYLD_LIBRARY_PATH=$(LIBS_DIR) ./$(BIN_NAME)
|
# DYLD_LIBRARY_PATH=$(LIBS_DIR) ./$(BIN_NAME)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user