|
@@ -10,7 +10,7 @@ cd mxe
|
|
|
sudo git reset --hard 64b283d64891348c92154b8d7eace6a9bff23411
|
|
|
export MXE_DIR=/opt/mxe
|
|
|
export MXE_TARGETS='i686-w64-mingw32.static'
|
|
|
-sudo make -j 5 -C $MXE_DIR MXE_TARGETS="$MXE_TARGETS" curl pthreads pdcurses ncurses libusb1 jansson libevent libmicrohttpd libzip
|
|
|
+sudo make -j 4 -C $MXE_DIR MXE_TARGETS="$MXE_TARGETS" curl pthreads pdcurses ncurses libusb1 jansson libevent libmicrohttpd libzip
|
|
|
if ! grep "export PKG_CONFIG_PATH=/opt/mxe/usr/i686-w64-mingw32.static/lib/pkgconfig/" ~/.profile >/dev/null
|
|
|
then
|
|
|
echo 'export PATH=/opt/mxe/usr/bin:$PATH' >> ~/.profile
|