]> wimlib.net Git - wimlib/blobdiff - make-releases
Get rid of wimlib/version.h
[wimlib] / make-releases
index e82012b431e787d8734a43dbc0ff63d8fcf83ec3..8eb4ea38fd797da22e9f260de0d7b916915b643a 100755 (executable)
@@ -2,9 +2,7 @@
 
 set -e -u
 
-MINGW_COMPILER_DIR=/mnt/btrfs/fedora-2013-08-23/bin
-
 ./configure && make distcheck
 for arch in i686 x86_64; do
-       ./make-windows-release ${arch} CC=${MINGW_COMPILER_DIR}/${arch}-w64-mingw32-gcc
+       ./make-windows-release ${arch}
 done