Update configure
This commit is contained in:
3
configure
vendored
3
configure
vendored
@@ -12,7 +12,7 @@ VAR=VALUE.
|
|||||||
LDFLAGS C linker flags
|
LDFLAGS C linker flags
|
||||||
|
|
||||||
--prefix=<path> Set the install path
|
--prefix=<path> Set the install path
|
||||||
--debug Flags for debug build
|
--debug Flags for debug build, overides CFLAGS
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
exit 0
|
exit 0
|
||||||
@@ -42,6 +42,7 @@ case "$arg" in
|
|||||||
CFLAGS=*) CFLAGS=${arg#*=} ;;
|
CFLAGS=*) CFLAGS=${arg#*=} ;;
|
||||||
LDFLAGS=*) LDFLAGS=${arg#*=} ;;
|
LDFLAGS=*) LDFLAGS=${arg#*=} ;;
|
||||||
CC=*) CC=${arg#*=} ;;
|
CC=*) CC=${arg#*=} ;;
|
||||||
|
*) prinf "Unrecognized option %s" $arg;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user