mirror of https://github.com/OpenTTD/OpenTTD
(svn r4065) -Fix: the configure now knows --host-cflags
parent
262bc14595
commit
e35adf597b
|
@ -95,6 +95,12 @@ do
|
||||||
--host-cc)
|
--host-cc)
|
||||||
ITEM="CC_HOST"
|
ITEM="CC_HOST"
|
||||||
;;
|
;;
|
||||||
|
--host-cflags=*)
|
||||||
|
handle CFLAGS_HOST "$n"
|
||||||
|
;;
|
||||||
|
--host-cflags)
|
||||||
|
ITEM="CFLAGS_HOST"
|
||||||
|
;;
|
||||||
--os=*)
|
--os=*)
|
||||||
TARGET_OS=`awk 'BEGIN { FS="="; $0="'"$n"'"; print $2;}'`
|
TARGET_OS=`awk 'BEGIN { FS="="; $0="'"$n"'"; print $2;}'`
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue