Skip to content

Commit de1cb84

Browse files
committed
wip
1 parent 09623e0 commit de1cb84

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

projects/boost.org/package.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,13 @@ build:
1515
tea.xyz/gx/make: '*'
1616
script: |
1717
./bootstrap.sh --prefix={{ prefix }}
18-
./b2 install --prefix={{ prefix }}
18+
./b2 install $ARGS
19+
env:
20+
ARGS:
21+
- --prefix={{ prefix }}
22+
- cxxflags=-std=c++14
23+
- cxxflags=-stdlib=libc++
24+
- linkflags=-stdlib=libc++
1925

2026
test:
2127
dependencies:

0 commit comments

Comments
 (0)