remove setting of path

This commit is contained in:
Eric 2025-10-15 19:10:02 +11:00
parent 6d353d0202
commit ddcd4dcda8
No known key found for this signature in database

View File

@ -39,7 +39,8 @@ build:
run:
ifeq ($(OS),Windows_NT)
dir libs
cmd /C "set PATH=%CD%\\libs;%PATH% && .\$(BIN_NAME)"
copy libs\libcodex.dll .
$(BIN_NAME)
else
./$(BIN_NAME)
endif