summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJulian Rex <julian.rex@mapbox.com>2019-06-14 16:47:48 -0400
committerGitHub <noreply@github.com>2019-06-14 16:47:48 -0400
commit823670ea35df7d35f68a9d3cb5a42dbc823b66ea (patch)
tree7ee89a5069aabbd6ab332d2167cd6d94554a6110 /scripts
parent9872416c1f6ea9bfa77060deccac17ce0354e561 (diff)
downloadqtlocation-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.in2
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