Windows port: rename arch to mingw
This commit is contained in:
parent
0f1cb94d99
commit
69a0f49d6c
1 changed files with 2 additions and 2 deletions
|
@ -202,7 +202,7 @@ export WM_ARCH=`uname -s`
|
||||||
|
|
||||||
case $WM_ARCH in
|
case $WM_ARCH in
|
||||||
MINGW32_NT-6.1)
|
MINGW32_NT-6.1)
|
||||||
WM_ARCH=MINGW32_NT-6.1
|
WM_ARCH=mingw
|
||||||
export WM_ARCH_BASE=mingw
|
export WM_ARCH_BASE=mingw
|
||||||
export WM_COMPILER_LIB_ARCH=64
|
export WM_COMPILER_LIB_ARCH=64
|
||||||
export WM_CFLAGS='-m64 -fPIC'
|
export WM_CFLAGS='-m64 -fPIC'
|
||||||
|
@ -211,7 +211,7 @@ MINGW32_NT-6.1)
|
||||||
;;
|
;;
|
||||||
|
|
||||||
MINGW32_NT-6.2)
|
MINGW32_NT-6.2)
|
||||||
WM_ARCH=MINGW32_NT-6.2
|
WM_ARCH=mingw
|
||||||
export WM_ARCH_BASE=mingw
|
export WM_ARCH_BASE=mingw
|
||||||
export WM_COMPILER_LIB_ARCH=64
|
export WM_COMPILER_LIB_ARCH=64
|
||||||
export WM_CFLAGS='-m64 -fPIC'
|
export WM_CFLAGS='-m64 -fPIC'
|
||||||
|
|
Reference in a new issue