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:
163163 if : " !startsWith(matrix.os, 'windows-')"
164164 run : |
165165 pushd mettle
166- 9k build --backend=ninja --prefix=${HOME} --vendorize
166+ 9k build --backend=ninja --prefix=${HOME}
167167 cd build
168168 ninja install
169169 popd
@@ -175,7 +175,7 @@ jobs:
175175 if : startsWith(matrix.os, 'windows-')
176176 run : |
177177 pushd mettle
178- 9k build --backend=ninja --prefix=$env:HOME\mettle --vendorize
178+ 9k build --backend=ninja --prefix=$env:HOME\mettle
179179 cd build
180180 ninja install
181181 popd
Original file line number Diff line number Diff line change 11# -*- python -*-
22
3- bfg9000_required_version ('>=0.6 .0' )
3+ bfg9000_required_version ('>=0.7 .0' )
44project ('bencodehpp' , version = '0.3-dev' )
55
66global_options ([opts .std (argv .std )], lang = 'c++' )
You can’t perform that action at this time.
0 commit comments