Skip to content

Commit 6ff7c3f

Browse files
committed
Fix paths
1 parent 95d7fbc commit 6ff7c3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-windows.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ build() {
4141
set_build_cfg dist.include-mingw-linker true
4242

4343
cd src/rust
44-
eval python ./x.py --config ../config.toml --build $TRIPLE $(print_build_cfg) install
44+
eval python ./x.py --config ../../config.toml --build $TRIPLE $(print_build_cfg) install
4545
cd ../../
4646
}
4747

0 commit comments

Comments
 (0)