Skip to content

Commit d236bd6

Browse files
committed
Update makefile
1 parent 9482621 commit d236bd6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ build:
3838

3939
run:
4040
ifeq ($(OS),Windows_NT)
41-
pwsh -NoProfile -Command "$env:PATH = (Join-Path (Get-Location) 'libs') + ';' + $env:PATH; & .\\$(BIN_NAME); exit $LASTEXITCODE"
41+
copy libs\libcodex.dll .
42+
.\$(BIN_NAME)
4243
else
4344
./$(BIN_NAME)
4445
endif

0 commit comments

Comments
 (0)