mirror of
https://github.com/logos-storage/logos-storage-go-bindings-example.git
synced 2026-01-07 16:03:11 +00:00
Update makefile
This commit is contained in:
parent
9482621987
commit
d236bd6afc
3
Makefile
3
Makefile
@ -38,7 +38,8 @@ build:
|
|||||||
|
|
||||||
run:
|
run:
|
||||||
ifeq ($(OS),Windows_NT)
|
ifeq ($(OS),Windows_NT)
|
||||||
pwsh -NoProfile -Command "$env:PATH = (Join-Path (Get-Location) 'libs') + ';' + $env:PATH; & .\\$(BIN_NAME); exit $LASTEXITCODE"
|
copy libs\libcodex.dll .
|
||||||
|
.\$(BIN_NAME)
|
||||||
else
|
else
|
||||||
./$(BIN_NAME)
|
./$(BIN_NAME)
|
||||||
endif
|
endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user