Skip to content
Snippets Groups Projects
Commit 3e2343ba authored by William Pitcock's avatar William Pitcock
Browse files

mingw-build: --disable-nls no longer needed

parent f759a8ff
No related branches found
No related tags found
No related merge requests found
......@@ -2,12 +2,14 @@
echo "Temp image will be staged to $1"
./configure --prefix=/c/atheme --disable-nls --enable-contrib
./configure --prefix=/c/atheme --enable-contrib
make -j16
make install DESTDIR=$1
# stage
cp /mingw/bin/libgnurx-0.dll $1/c/atheme/bin
cp /mingw/bin/libeay32.dll $1/c/atheme/bin
cp /mingw/bin/libintl-8.dll $1/c/atheme/bin
# done!
echo "Image built at $1"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment