Skip to content

Commit

Permalink
win32
Browse files Browse the repository at this point in the history
  • Loading branch information
dxli committed May 10, 2024
1 parent 9ea4f4b commit 6d88f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-windows.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
call set-windows-env.bat

pushd ..
qmake6.exe librecad.pro -r -spec win32-clang-msvc
qmake6.exe librecad.pro -r -spec win32-g++
if not _%1==_NoClean (
mingw32-make.exe clean
)
Expand Down

0 comments on commit 6d88f55

Please sign in to comment.