From 54a33a093c35df3a200c8f20ee4c1851f2a70632 Mon Sep 17 00:00:00 2001 From: fhamonic Date: Wed, 4 Sep 2024 23:57:45 +0200 Subject: [PATCH] update MakeW64 --- MakeW64.bat | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MakeW64.bat b/MakeW64.bat index 0252361..c7d2b5e 100644 --- a/MakeW64.bat +++ b/MakeW64.bat @@ -1,2 +1,2 @@ rd /s /q build -conan create . -u -b=missing -pr=mingw_gcc12 -vv \ No newline at end of file +conan create . -u -b=missing -pr=mingw_gcc12 -vv diff --git a/Makefile b/Makefile index c44903f..3bcb711 100755 --- a/Makefile +++ b/Makefile @@ -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