Skip to content

Commit

Permalink
Remove unix arch spec
Browse files Browse the repository at this point in the history
  • Loading branch information
raub committed Nov 28, 2023
1 parent 9f12ff2 commit ecba98c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/linux-common.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(
cd src/libuiohook/build

cmake -A x64 \
cmake \
-DBUILD_SHARED_LIBS=OFF \
-DBUILD_DEMO=OFF \
-DCMAKE_INSTALL_PREFIX=../installed \
Expand Down
2 changes: 1 addition & 1 deletion src/osx.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(
cd src/libuiohook/build

cmake -A x64 \
cmake \
-DBUILD_SHARED_LIBS=OFF \
-DBUILD_DEMO=OFF \
-DCMAKE_INSTALL_PREFIX=../installed \
Expand Down

0 comments on commit ecba98c

Please sign in to comment.