mirror of
https://github.com/logos-storage/logos-storage-go-bindings-example.git
synced 2026-01-05 23:13:06 +00:00
debug
This commit is contained in:
parent
c37003c127
commit
a126323bb6
3
Makefile
3
Makefile
@ -47,8 +47,7 @@ D = $$
|
|||||||
|
|
||||||
run:
|
run:
|
||||||
ifeq ($(OS),Windows_NT)
|
ifeq ($(OS),Windows_NT)
|
||||||
pwsh $(D)Env:Path += ";.\libs";
|
pwsh -Command "$(D)Env:Path += ';.\libs'; .\$(BIN_NAME)"
|
||||||
.\$(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