Added Windows 8.1
This commit is contained in:
parent
959f3215d1
commit
fb84e91897
1 changed files with 9 additions and 0 deletions
|
@ -210,6 +210,15 @@ MINGW32_NT-6.1)
|
|||
export WM_LDFLAGS='-m64'
|
||||
;;
|
||||
|
||||
MINGW32_NT-6.2)
|
||||
WM_ARCH=MINGW32_NT-6.2
|
||||
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