This commit is contained in:
Arnaud 2025-10-15 08:52:33 +02:00
parent bc89bc855a
commit 9482621987
No known key found for this signature in database
GPG Key ID: 20E40A5D3110766F

View File

@ -38,8 +38,7 @@ build:
run:
ifeq ($(OS),Windows_NT)
@cmd /C "set PATH=%CD%\\libs;%PATH%"
.\\$(BIN_NAME)
pwsh -NoProfile -Command "$env:PATH = (Join-Path (Get-Location) 'libs') + ';' + $env:PATH; & .\\$(BIN_NAME); exit $LASTEXITCODE"
else
./$(BIN_NAME)
endif