mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-21 02:00:33 +01:00
fixed GH #1537: Need to add multiple cflags parameters to configure
This commit is contained in:
parent
f42f17dd65
commit
c7753d7fb4
2
configure
vendored
2
configure
vendored
@ -181,7 +181,7 @@ while [ $# -ge 1 ]; do
|
|||||||
odbcinclude="`echo ${1} | awk '{print substr($0,16)}'`" ;;
|
odbcinclude="`echo ${1} | awk '{print substr($0,16)}'`" ;;
|
||||||
|
|
||||||
--cflags=*)
|
--cflags=*)
|
||||||
flags="`echo ${1} | awk '{print substr($0,10)}'`" ;;
|
flags="$flags `echo ${1} | awk '{print substr($0,10)}'`" ;;
|
||||||
|
|
||||||
--no-samples)
|
--no-samples)
|
||||||
samples="" ;;
|
samples="" ;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user