mirror of
https://github.com/logos-storage/logos-storage-go-bindings-example.git
synced 2026-01-05 15:03:11 +00:00
Debug
This commit is contained in:
parent
e1560ffe6e
commit
e7fd64d514
3
Makefile
3
Makefile
@ -41,7 +41,8 @@ build:
|
|||||||
|
|
||||||
run:
|
run:
|
||||||
ifeq ($(OS),Windows_NT)
|
ifeq ($(OS),Windows_NT)
|
||||||
pwsh -Command "$$env:PATH += ';./libs'; .\$(BIN_NAME)"
|
PS_CMD = $$env:PATH += ';./libs'; .\$(BIN_NAME)
|
||||||
|
pwsh -Command "$(PS_CMD)"
|
||||||
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