mirror of
https://github.com/notwa/rc
synced 2024-11-05 04:29:03 -08:00
slight build tweaks
This commit is contained in:
parent
5904072f41
commit
10ab5e251f
2 changed files with 3 additions and 1 deletions
|
@ -31,6 +31,7 @@ export CFLAGS="$CFLAGS -I'$HOME/opt/local/include'"
|
|||
export LDFLAGS="$LDFLAGS -L'$HOME/opt/local/lib'"
|
||||
export CXXFLAGS="$CFLAGS"
|
||||
export LD_LIBRARY_PATH= # -n isn't an option in zsh's export
|
||||
export MAKEFLAGS="-j2"
|
||||
|
||||
export EDITOR='vim -p'
|
||||
export GOPATH="$HOME/go"
|
||||
|
|
3
sh/mw
3
sh/mw
|
@ -4,7 +4,8 @@ mkdir -p ~/opt/mingw
|
|||
_mw_enabled=0
|
||||
_mw_host32=i686-w64-mingw32
|
||||
_mw_host64=x86_64-w64-mingw32
|
||||
_mw_hostarm=arm-linux-gnueabi
|
||||
#_mw_hostarm=arm-linux-gnueabi
|
||||
_mw_hostarm=armv7l-unknown-linux-gnueabihf # try saying that ten times fast
|
||||
_mw_host=$_mw_host64
|
||||
|
||||
typeset -Ag _mw_ # cryptic math expression errors if not global!
|
||||
|
|
Loading…
Reference in a new issue