Remove unix arch spec

This commit is contained in:
Luis Blanco 2023-11-28 21:18:23 +04:00
parent 9f12ff29c3
commit ecba98cd86
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
(
cd src/libuiohook/build
cmake -A x64 \
cmake \
-DBUILD_SHARED_LIBS=OFF \
-DBUILD_DEMO=OFF \
-DCMAKE_INSTALL_PREFIX=../installed \

View File

@ -1,7 +1,7 @@
(
cd src/libuiohook/build
cmake -A x64 \
cmake \
-DBUILD_SHARED_LIBS=OFF \
-DBUILD_DEMO=OFF \
-DCMAKE_INSTALL_PREFIX=../installed \