summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-07-07 10:18:32 -0700
committerKonstantin Käfer <mail@kkaefer.com>2014-07-07 10:18:32 -0700
commit853c9a58763e990d1a66ee24423413109da05930 (patch)
tree4fc6a2c5479b34cb57aabf65a4137f249fda5dec /linux
parent56c55ec149e8e2cfd058f3244ccf0bb99b8d7ec1 (diff)
downloadqtlocation-mapboxgl-853c9a58763e990d1a66ee24423413109da05930.tar.gz
add ca bundle to linux build
Diffstat (limited to 'linux')
-rw-r--r--linux/llmr-app.gyp12
1 files changed, 12 insertions, 0 deletions
diff --git a/linux/llmr-app.gyp b/linux/llmr-app.gyp
index 2310613583..c6ab686cbc 100644
--- a/linux/llmr-app.gyp
+++ b/linux/llmr-app.gyp
@@ -52,6 +52,7 @@
'dependencies': [
'../llmr.gyp:llmr-x86',
'default_stylesheet',
+ 'certificate_bundle',
],
},
{
@@ -67,6 +68,17 @@
'destination': '<(PRODUCT_DIR)'
}
]
+ },
+ {
+ 'target_name': 'certificate_bundle',
+ 'type': 'none',
+ 'hard_dependency': 1,
+ 'copies': [
+ {
+ 'files': [ '../common/ca-bundle.crt' ],
+ 'destination': '<(PRODUCT_DIR)'
+ }
+ ]
}
],
}