mirror of
https://github.com/logos-storage/logos-storage-go-bindings-example.git
synced 2026-01-03 05:53:12 +00:00
Debug windows
This commit is contained in:
parent
a886c3f48d
commit
ccc027b958
3
Makefile
3
Makefile
@ -41,8 +41,7 @@ build:
|
||||
|
||||
run:
|
||||
ifeq ($(OS),Windows_NT)
|
||||
pwsh -Command "Copy-Item libs\libcodex.dll ."
|
||||
pwsh -Command ".\$(BIN_NAME)"
|
||||
pwsh -Command "$env:PATH += ';./libs'; .\$(BIN_NAME)"
|
||||
else ifeq ($(UNAME_S),Darwin)
|
||||
# Instead of relying on install_name_tool, we can define DYLD_LIBRARY_PATH
|
||||
# DYLD_LIBRARY_PATH=$(LIBS_DIR) ./$(BIN_NAME)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user