Skip to content

Commit

Permalink
Removed warning of using extern C with the cxx-modules
Browse files Browse the repository at this point in the history
  • Loading branch information
JCash committed Jan 10, 2024
1 parent 210830a commit a76536c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions facebook/ext.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ platforms:

arm64-ios:
context:
flags: ['-fcxx-modules', '-fmodules', '-fobjc-weak']
flags: ['-fcxx-modules', '-fmodules', '-fobjc-weak', '-Wno-module-import-in-extern-c']
linkFlags: ['-ObjC', '-Wl,-rpath,/usr/lib/swift', '-Wl,-rpath,@executable_path/Frameworks']
libs: ['swiftCompatibility51', 'swiftCompatibility50']

x86_64-ios:
context:
flags: ['-fcxx-modules', '-fmodules', '-fobjc-weak']
flags: ['-fcxx-modules', '-fmodules', '-fobjc-weak', '-Wno-module-import-in-extern-c']
linkFlags: ['-ObjC', '-Wl,-rpath,/usr/lib/swift', '-Wl,-rpath,@executable_path/Frameworks']
libs: ['swiftCompatibility51', 'swiftCompatibility50']

Expand Down

0 comments on commit a76536c

Please sign in to comment.