Bugfix: added 64-bit MSWindows build
This commit is contained in:
parent
47953acf01
commit
1f9b5f076e
1 changed files with 18 additions and 0 deletions
18
etc/bashrc
18
etc/bashrc
|
@ -219,6 +219,24 @@ MINGW32_NT-6.2)
|
|||
export WM_LDFLAGS='-m64'
|
||||
;;
|
||||
|
||||
MINGW64_NT-6.1)
|
||||
WM_ARCH=mingw
|
||||
export WM_ARCH_BASE=mingw
|
||||
export WM_COMPILER_LIB_ARCH=64
|
||||
export WM_CFLAGS='-m64 -fPIC'
|
||||
export WM_CXXFLAGS='-m64 -fPIC'
|
||||
export WM_LDFLAGS='-m64'
|
||||
;;
|
||||
|
||||
MINGW64_NT-6.2)
|
||||
WM_ARCH=mingw
|
||||
export WM_ARCH_BASE=mingw
|
||||
export WM_COMPILER_LIB_ARCH=64
|
||||
export WM_CFLAGS='-m64 -fPIC'
|
||||
export WM_CXXFLAGS='-m64 -fPIC'
|
||||
export WM_LDFLAGS='-m64'
|
||||
;;
|
||||
|
||||
Linux)
|
||||
WM_ARCH=linux
|
||||
|
||||
|
|
Reference in a new issue