mirror of https://github.com/WerWolv/ImHex.git
build: Try setting osx deployment target in cmake directly
This commit is contained in:
parent
e816b67472
commit
65ed949e1b
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue