Skip to content

Commit

Permalink
Fixed ninja build for new local folders
Browse files Browse the repository at this point in the history
  • Loading branch information
cinghycreations committed Aug 2, 2023
1 parent 4843c2e commit afe80b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.ninja
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
currentdir = D:\Projects\robodaniel
currentdir = C:\Projects\robodaniel
emsdk = D:\emsdk
7z = C:\Program Files\7-Zip\7z.exe

rule windows_generate
command = cmake -G "Visual Studio 16 2019" -S "$currentdir" -B "$currentdir\temp\build\windows"
command = cmake -S "$currentdir" -B "$currentdir\temp\build\windows"
pool = console

rule windows_clear
Expand Down

0 comments on commit afe80b1

Please sign in to comment.