Skip to content

Commit

Permalink
update MakeW64
Browse files Browse the repository at this point in the history
  • Loading branch information
fhamonic committed Sep 4, 2024
1 parent e6cc1e7 commit 54a33a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MakeW64.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
rd /s /q build
conan create . -u -b=missing -pr=mingw_gcc12 -vv
conan create . -u -b=missing -pr=mingw_gcc12 -vv
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build:
conan build . -b=missing -pr=${CONAN_PROFILE}

package:
conan create . -u -b=missing
conan create . -u -b=missing -pr=${CONAN_PROFILE}

clean:
@rm -rf CMakeUserPresets.json
Expand Down

0 comments on commit 54a33a0

Please sign in to comment.