Skip to content

Commit

Permalink
fix dir
Browse files Browse the repository at this point in the history
  • Loading branch information
xdoardo committed Oct 15, 2024
1 parent 93ccff1 commit e3a782d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ $CMAKE_CXX_COMPILER="cl.exe"
$CMAKE_C_COMPILER="cl.exe"
$CMAKE_LINKER_TYPE="MSVC"

cmake -G "Ninja" -DCMAKE_BUILD_TYPE=MinSizeRel
cmake -G "Ninja" -DCMAKE_BUILD_TYPE=MinSizeRel ..

# Showtime!
cmake --build . --config Release --target wee8
Expand Down

0 comments on commit e3a782d

Please sign in to comment.