mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Mac packaging: don't lose minimum version
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
bd18b6b88f
commit
20254a43c0
1 changed files with 2 additions and 0 deletions
|
@ -16,7 +16,9 @@ DMGCREATE=${DIR}/yoursway-create-dmg/create-dmg
|
||||||
VERSION=$(cd ${DIR}/subsurface; ./scripts/get-version linux)
|
VERSION=$(cd ${DIR}/subsurface; ./scripts/get-version linux)
|
||||||
|
|
||||||
# first build and install Subsurface and then clean up the staging area
|
# first build and install Subsurface and then clean up the staging area
|
||||||
|
# make sure we didn't lose the minimum OS version
|
||||||
rm -rf ./Subsurface.app
|
rm -rf ./Subsurface.app
|
||||||
|
cmake -DCMAKE_OSX_DEPLOYMENT_TARGET=10.10 -DCMAKE_OSX_SYSROOT=/Developer/SDKs/MacOSX10.10.sdk/ .
|
||||||
LIBRARY_PATH=${DIR}/install-root/lib make -j8
|
LIBRARY_PATH=${DIR}/install-root/lib make -j8
|
||||||
LIBRARY_PATH=${DIR}/install-root/lib make install
|
LIBRARY_PATH=${DIR}/install-root/lib make install
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue