Skip to content
This repository was archived by the owner on May 4, 2024. It is now read-only.

Commit 762bf3c

Browse files
committed
fixed build scripts
1 parent 5f13011 commit 762bf3c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

build_win32.bat

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ if exist "C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Au
66
del build_win32/*.* /s /q
77

88
conan export conan/mqtt_cpp
9-
conan export conan/boost/all boost/1.75.0@
109
conan install . -if build_win32 --build=missing -pr conan/profiles/vs32
1110
conan build . -bf build_win32
1211

build_win64.bat

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ if exist "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxi
77
del build_win64/*.* /s /q
88

99
conan export conan/mqtt_cpp
10-
conan export conan/boost/all boost/1.75.0@
1110
conan install . -if build_win64 --build=missing -pr conan/profiles/vs64
1211
conan build . -bf build_win64
1312

0 commit comments

Comments
 (0)