Update aria2-no-console-i686-w64-mingw-config

This commit is contained in:
hdid 2020-11-09 04:14:15 +03:30 committed by GitHub
parent 04430ec785
commit 730becb574
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,11 +12,11 @@
# With this config it's possible to run aria2c.exe without console window,
# Source: https://wangjie.rocks/2017/02/17/run-aria2c-without-console-window/
export CXXFLAGS="-g -O2 -mwindows"
HOST=i686-w64-mingw32
PREFIX=/usr/i686-w64-mingw32
export CXXFLAGS="-g -O2 -mwindows"
./configure \
--host=$HOST \
--prefix=$PREFIX \