Skip to content

Commit

Permalink
fix: test windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
sangjanai committed May 20, 2024
1 parent 79e61e1 commit f081cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ endif

build-engine:
ifeq ($(OS),Windows_NT)
cmd /C "mkdir build && cd build && cmake .. && cmake --build . --config Release -j12"
@powershell -Command "mkdir -p build; cd build; cmake .. $(CMAKE_EXTRA_FLAGS); cmake --build . --config Release;"
else
mkdir -p build
cd build && cmake .. && cmake --build . --config Release -j12
Expand Down

0 comments on commit f081cf2

Please sign in to comment.