diff options
Diffstat (limited to 'configure')
-rw-r--r-- | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,3 +23,4 @@ CFLAGS="$CFLAGS -funsigned-char" # If HOSTCC needs CFLAGS or LDFLAGS, just add them to the variable # ala HOSTCC="blah-cc --static" [ -z "$HOSTCC" ] && HOSTCC=cc +HOSTCC="$HOSTCC -DBUILD_FOR_HOST" |