Peter M. Groen
/
cxxopts
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
85c74eb923c923f41da643708903e1ba96c2abfe
Authored by
Jarryd Beck
2016-12-01 18:25:04 +1100
1 parent
78d99b98
add pkg_config_path for osx
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
.travis.yml
.travis.yml
View file @
85c74eb
...
...
@@ -5,7 +5,8 @@ os:
5
5
- osx
6
6
env:
7
7
-
8
- - UNICODE_OPTIONS=-DCXXOPTS_USE_UNICODE_HELP=Yes
8
+ - > UNICODE_OPTIONS=-DCXXOPTS_USE_UNICODE_HELP=Yes
9
+ PKG_CONFIG_PATH=/usr/local/opt/icu4c/lib/pkgconfig
9
10
matrix:
10
11
include:
11
12
- os: linux
...
...