Skip to content

Commit

Permalink
Remove -no_weak_imports options
Browse files Browse the repository at this point in the history
mono#14 to fix this error
mono#19393 (comment)
  • Loading branch information
asus4 committed Jun 24, 2020
1 parent ec212f2 commit c465a1d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion sdks/builds/ios.mk
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ _ios-$(1)_CPPFLAGS= \
-DSMALL_CONFIG -D_XOPEN_SOURCE -DHOST_IOS -DHAVE_LARGE_FILE_SUPPORT=1 \

_ios-$(1)_LDFLAGS= \
-Wl,-no_weak_imports \
-arch $(3) \
-framework CoreFoundation \
-lobjc -lc++
Expand Down
3 changes: 1 addition & 2 deletions sdks/builds/mac.mk
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ _mac-$(1)_CXXFLAGS= \

_mac-$(1)_CPPFLAGS=

_mac-$(1)_LDFLAGS= \
-Wl,-no_weak_imports
_mac-$(1)_LDFLAGS=

_mac-$(1)_CONFIGURE_FLAGS= \
--disable-boehm \
Expand Down

0 comments on commit c465a1d

Please sign in to comment.