mirror of
https://github.com/darlinghq/darling-JavaScriptCore.git
synced 2025-04-08 09:51:46 +00:00
Remove macOS deployment target definitions
The deployment target is now set project-wide in the root Darling CMakeLists.txt
This commit is contained in:
parent
2ce16ac953
commit
5ea63805e6
@ -136,7 +136,6 @@ add_compile_options(
|
||||
-fasm-blocks
|
||||
-fstrict-aliasing
|
||||
-Winvalid-offsetof
|
||||
-mmacosx-version-min=10.13
|
||||
-g
|
||||
-fvisibility=hidden
|
||||
-fvisibility-inlines-hidden
|
||||
@ -1124,8 +1123,7 @@ add_framework(JavaScriptCore
|
||||
)
|
||||
|
||||
set_property(TARGET JavaScriptCore APPEND_STRING PROPERTY LINK_FLAGS
|
||||
" -mmacosx-version-min=10.13 \
|
||||
-dead_strip \
|
||||
" -dead_strip \
|
||||
-fobjc-link-runtime \
|
||||
-sub_library libobjc \
|
||||
-single_module \
|
||||
|
Loading…
x
Reference in New Issue
Block a user