diff --git a/build-scripts/strip_fPIC.sh b/build-scripts/strip_fPIC.sh index 8719b896e..45d34ba47 100755 --- a/build-scripts/strip_fPIC.sh +++ b/build-scripts/strip_fPIC.sh @@ -5,8 +5,8 @@ command="" while [ $# -gt 0 ]; do case "$1" in - -?PIC) - # Ignore -fPIC and -DPIC options + -fPIC) + # Ignore -fPIC option ;; -fno-common) # Ignore -fPIC and -DPIC options