From ecba98cd867ff3d3f652de0b1da301bf5ef7832f Mon Sep 17 00:00:00 2001 From: Luis Blanco Date: Tue, 28 Nov 2023 21:18:23 +0400 Subject: [PATCH] Remove unix arch spec --- src/linux-common.sh | 2 +- src/osx.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 \