diff options
author | Julian Rex <julian.rex@mapbox.com> | 2019-06-14 16:47:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-14 16:47:48 -0400 |
commit | 823670ea35df7d35f68a9d3cb5a42dbc823b66ea (patch) | |
tree | 7ee89a5069aabbd6ab332d2167cd6d94554a6110 /scripts | |
parent | 9872416c1f6ea9bfa77060deccac17ce0354e561 (diff) | |
download | qtlocation-mapboxgl-823670ea35df7d35f68a9d3cb5a42dbc823b66ea.tar.gz |
[ios, macos] Optionally include a developer xcconfig file in generated config.xcconfig file. (#14766)
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/config.xcconfig.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/config.xcconfig.in b/scripts/config.xcconfig.in index 69ca2424a1..9370ed0948 100644 --- a/scripts/config.xcconfig.in +++ b/scripts/config.xcconfig.in @@ -7,3 +7,5 @@ mbgl_core_LINK_LIBRARIES = "$<TARGET_PROPERTY:mbgl-core,XCODE_ATTRIBUTE_XCCONFIG // mbgl-filesource mbgl_filesource_INCLUDE_DIRECTORIES = "$<JOIN:$<TARGET_PROPERTY:mbgl-filesource,INTERFACE_INCLUDE_DIRECTORIES>," ">" mbgl_filesource_LINK_LIBRARIES = "$<TARGET_PROPERTY:mbgl-filesource,XCODE_ATTRIBUTE_XCCONFIG_LINK_LIBRARIES>" + +#include? "../../platform/darwin/developer.xcconfig"
\ No newline at end of file |