We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95d7fbc commit 6ff7c3fCopy full SHA for 6ff7c3f
build-windows.sh
@@ -41,7 +41,7 @@ build() {
41
set_build_cfg dist.include-mingw-linker true
42
43
cd src/rust
44
- eval python ./x.py --config ../config.toml --build $TRIPLE $(print_build_cfg) install
+ eval python ./x.py --config ../../config.toml --build $TRIPLE $(print_build_cfg) install
45
cd ../../
46
}
47
0 commit comments