Skip to content

Commit 3878025

Browse files
committed
Debug windows
1 parent 98f38c3 commit 3878025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ build:
3939
run:
4040
ifeq ($(OS),Windows_NT)
4141
dir libs
42-
# copy .\libs\libcodex.dll .
42+
set PATH=libs;%PATH%
4343
.\$(BIN_NAME)
4444
else
4545
./$(BIN_NAME)

0 commit comments

Comments
 (0)