mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2025-09-04 22:27:49 -04:00
OSX wx build tweak for static lib
This commit is contained in:
parent
b549f9748e
commit
c62ab63f4f
@ -426,6 +426,7 @@ ENDIF(MSVC)
|
|||||||
IF (APPLE)
|
IF (APPLE)
|
||||||
ADD_DEFINITIONS(
|
ADD_DEFINITIONS(
|
||||||
-DHAVE_TYPE_TRAITS=1
|
-DHAVE_TYPE_TRAITS=1
|
||||||
|
-mmacosx-version-min=10.9
|
||||||
)
|
)
|
||||||
ENDIF(APPLE)
|
ENDIF(APPLE)
|
||||||
|
|
||||||
@ -437,7 +438,6 @@ IF (APPLE AND BUNDLE_APP)
|
|||||||
-std=c++0x
|
-std=c++0x
|
||||||
-pthread
|
-pthread
|
||||||
-D_OSX_APP_
|
-D_OSX_APP_
|
||||||
-mmacosx-version-min=10.9
|
|
||||||
)
|
)
|
||||||
|
|
||||||
ADD_EXECUTABLE(CubicSDR
|
ADD_EXECUTABLE(CubicSDR
|
||||||
|
Loading…
x
Reference in New Issue
Block a user