NativeScript / ios-jsc

NativeScript for iOS using JavaScriptCore
http://docs.nativescript.org/runtimes/ios
Apache License 2.0
299 stars 59 forks source link

fix(metadata-generator): Respect CLANG_ENABLE_MODULES #1236

Closed mbektchiev closed 4 years ago

mbektchiev commented 4 years ago

Respect and pass -fmodules flag to metadata generator when clang modules support is enabled in the application

PR Checklist

What is the current behavior?

Metadata generator never uses -fmodules.

What is the new behavior?

Metadata generator will use -fmodules when modules support is enabled

refs #1233