Skip to content

Commit 8c20b9f

Browse files
committed
Update bfg dependency to 0.7
1 parent ddc8973 commit 8c20b9f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

build.bfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- python -*-
22

3-
bfg9000_required_version('>=0.6.0')
3+
bfg9000_required_version('>=0.7.0')
44
project('bencodehpp', version='0.3-dev')
55

66
global_options([opts.std(argv.std)], lang='c++')

0 commit comments

Comments
 (0)