We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98f38c3 commit 3878025Copy full SHA for 3878025
Makefile
@@ -39,7 +39,7 @@ build:
39
run:
40
ifeq ($(OS),Windows_NT)
41
dir libs
42
-# copy .\libs\libcodex.dll .
+ set PATH=libs;%PATH%
43
.\$(BIN_NAME)
44
else
45
./$(BIN_NAME)
0 commit comments