File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ jobs:
163
163
if : " !startsWith(matrix.os, 'windows-')"
164
164
run : |
165
165
pushd mettle
166
- 9k build --backend=ninja --prefix=${HOME} --vendorize
166
+ 9k build --backend=ninja --prefix=${HOME}
167
167
cd build
168
168
ninja install
169
169
popd
@@ -175,7 +175,7 @@ jobs:
175
175
if : startsWith(matrix.os, 'windows-')
176
176
run : |
177
177
pushd mettle
178
- 9k build --backend=ninja --prefix=$env:HOME\mettle --vendorize
178
+ 9k build --backend=ninja --prefix=$env:HOME\mettle
179
179
cd build
180
180
ninja install
181
181
popd
Original file line number Diff line number Diff line change 1
1
# -*- python -*-
2
2
3
- bfg9000_required_version ('>=0.6 .0' )
3
+ bfg9000_required_version ('>=0.7 .0' )
4
4
project ('bencodehpp' , version = '0.3-dev' )
5
5
6
6
global_options ([opts .std (argv .std )], lang = 'c++' )
You can’t perform that action at this time.
0 commit comments