]> sigrok.org Git - sigrok-util.git/blobdiff - cross-compile/mingw/sigrok-cross-mingw
cross-compile scripts: Use common build dir name.
[sigrok-util.git] / cross-compile / mingw / sigrok-cross-mingw
index fc79e1a46fd5316987818b346955bd362ecfbc05..7fba4f9a17865aefce253b2bd65a923eaea5abc1 100755 (executable)
@@ -28,7 +28,7 @@ MXE=$HOME/mxe-git
 PREFIX=$HOME/sr_mingw
 
 # The path where to download files to and where to build packages.
-BUILDDIR=./sr_mingw_build
+BUILDDIR=./build
 
 # Edit this to enable/disable/modify parallel compiles.
 PARALLEL="-j 2"