diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2018-12-17 15:24:11 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2019-01-09 10:26:53 +0100 |
commit | 6f60ccf08e4878d0688ddaefd906290a2998a148 (patch) | |
tree | 6e268040cfc1ea72fa577441398ecd790553df24 /misc/buck/.buckconfig | |
parent | 9acdd75d04f335313a6c491599b5c7559d6458c7 (diff) | |
download | qtlocation-mapboxgl-6f60ccf08e4878d0688ddaefd906290a2998a148.tar.gz |
[build] generate header maps instead of -files.txt
Diffstat (limited to 'misc/buck/.buckconfig')
-rw-r--r-- | misc/buck/.buckconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/misc/buck/.buckconfig b/misc/buck/.buckconfig index 48028a9adb..670056ab1c 100644 --- a/misc/buck/.buckconfig +++ b/misc/buck/.buckconfig @@ -6,3 +6,10 @@ app_platform = android-14 [project] ignore = .git allow_symlinks = allow + +[cxx] +default_platform = iphonesimulator-x86_64 + +[apple] +iphonesimulator_target_sdk_version = 9.0 +iphoneos_target_sdk_version = 9.0 |