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