diff --git a/src/linux-common.sh b/src/linux-common.sh index 8ab4e7e..64698f8 100644 --- a/src/linux-common.sh +++ b/src/linux-common.sh @@ -1,7 +1,7 @@ ( cd src/libuiohook/build - cmake -A x64 \ + cmake \ -DBUILD_SHARED_LIBS=OFF \ -DBUILD_DEMO=OFF \ -DCMAKE_INSTALL_PREFIX=../installed \ diff --git a/src/osx.sh b/src/osx.sh index 8ab4e7e..64698f8 100644 --- a/src/osx.sh +++ b/src/osx.sh @@ -1,7 +1,7 @@ ( cd src/libuiohook/build - cmake -A x64 \ + cmake \ -DBUILD_SHARED_LIBS=OFF \ -DBUILD_DEMO=OFF \ -DCMAKE_INSTALL_PREFIX=../installed \