mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 22:35:27 +00:00
Allow us to build for older versions of Mac OSX than we are running
This requires some serious hacking around with brew to get the libraries and frameworks that we use to also be able to run on 10.5, but this is the part that's needed in the Subsurface configuration. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
4cce5df7e2
commit
bc9b9287a4
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@
|
|||
*-g++*: QMAKE_CXXFLAGS += -Wno-maybe-uninitialized
|
||||
*-g++*: QMAKE_CFLAGS += -Wno-maybe-uninitialized
|
||||
}
|
||||
mac: QMAKE_CLAGS += -mmacosx-version-min=10.5
|
||||
mac: QMAKE_CXXLAGS += -mmacosx-version-min=10.5
|
||||
|
||||
|
||||
!win32-msvc*: QMAKE_CFLAGS += -std=gnu99
|
||||
|
|
Loading…
Add table
Reference in a new issue