mirror of
https://github.com/logos-storage/logos-storage-go-bindings-example.git
synced 2026-01-03 14:03:08 +00:00
remove debug, try forward slash
This commit is contained in:
parent
fd49cb8492
commit
4e769e216b
4
Makefile
4
Makefile
@ -41,9 +41,7 @@ build:
|
||||
|
||||
run:
|
||||
ifeq ($(OS),Windows_NT)
|
||||
@echo "path to script: $(CURDIR)\.github\scripts\run-windows.ps1"
|
||||
@dir $(CURDIR)\.github\scripts
|
||||
pwsh -File $(CURDIR)\.github\scripts\run-windows.ps1 -BinaryName $(BIN_NAME)
|
||||
pwsh -File $(CURDIR)/.github/scripts/run-windows.ps1 -BinaryName $(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