another powershell command

This commit is contained in:
Eric 2025-10-15 19:17:33 +11:00
parent 4fb61d4afc
commit 56e12ee58c
No known key found for this signature in database

View File

@ -38,8 +38,8 @@ build:
run:
ifeq ($(OS),Windows_NT)
Copy-Item libs\libcodex.dll .
.\$(BIN_NAME)
pwsh -Command "Copy-Item libs\libcodex.dll ."
pwsh -Command ".\$(BIN_NAME)"
else
./$(BIN_NAME)
endif