mirror of
https://github.com/notwa/rc
synced 2024-11-13 20:19:03 -08:00
more dicking around with mingw flags
This commit is contained in:
parent
748e82ff66
commit
a29620e69c
1 changed files with 2 additions and 2 deletions
4
sh/mw
4
sh/mw
|
@ -41,8 +41,8 @@ mingw-enable() {
|
|||
|
||||
_mw_export PATH "$PATH:$_mw_bin"
|
||||
_mw_export PREFIX "$_mw_prefix"
|
||||
_mw_export CFLAGS "-O2 -I $_mw_misc/include -I $_mw_prefix/include"
|
||||
_mw_export LDFLAGS "-s -L $_mw_misc/lib -L $_mw_prefix/lib"
|
||||
_mw_export CFLAGS "-mwin32 -O2 -I $_mw_misc/include -I $_mw_prefix/include"
|
||||
_mw_export LDFLAGS "-L $_mw_misc/lib -L $_mw_prefix/lib"
|
||||
_mw_export CPPFLAGS ''
|
||||
_mw_export CXXFLAGS "$CFLAGS"
|
||||
|
||||
|
|
Loading…
Reference in a new issue