mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
SCons: Enable modules for iOS
This commit is contained in:
@@ -19,6 +19,9 @@ iphone_lib = [
|
||||
env_ios = env.Clone()
|
||||
ios_lib = env_ios.add_library("iphone", iphone_lib)
|
||||
|
||||
# (iOS) Enable module support
|
||||
env_ios.Append(CCFLAGS=["-fmodules", "-fcxx-modules"])
|
||||
|
||||
|
||||
def combine_libs(target=None, source=None, env=None):
|
||||
lib_path = target[0].srcnode().abspath
|
||||
|
||||
Reference in New Issue
Block a user