Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jarro2783/cxxopts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarryd Beck <jarro.2783@gmail.com>2016-12-01 10:25:04 +0300
committerJarryd Beck <jarro.2783@gmail.com>2016-12-01 10:25:46 +0300
commit85c74eb923c923f41da643708903e1ba96c2abfe (patch)
tree0da2fd19e85eaf51f0ba5d4f9e40d21e3a8d2ad0 /.travis.yml
parent78d99b981c4c3d4304795fd04ac240507acf9774 (diff)
add pkg_config_path for osx
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 496b3a6..46d582a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,8 @@ os:
- osx
env:
-
- - UNICODE_OPTIONS=-DCXXOPTS_USE_UNICODE_HELP=Yes
+ - > UNICODE_OPTIONS=-DCXXOPTS_USE_UNICODE_HELP=Yes
+ PKG_CONFIG_PATH=/usr/local/opt/icu4c/lib/pkgconfig
matrix:
include:
- os: linux