build: Try setting osx deployment target in cmake directly

This commit is contained in:
WerWolv 2022-08-04 20:39:07 +02:00 committed by GitHub
parent e816b67472
commit 65ed949e1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -166,6 +166,7 @@ jobs:
-DCMAKE_OBJC_COMPILER_LAUNCHER=ccache \
-DCMAKE_OBJCXX_COMPILER_LAUNCHER=ccache \
-DIMHEX_PATTERNS_PULL_MASTER=ON \
-DCMAKE_OSX_DEPLOYMENT_TARGET="10.10" \
..
make -j4 package