Add missing export cflags in sys/user

This commit is contained in:
pancake 2022-03-22 09:44:10 +01:00
parent 801dd326a0
commit 60182bb63a

View File

@ -1,7 +1,7 @@
#!/bin/sh
MAKE=make
CFLAGS="${CFLAGS} -fPIC"
export CFLAGS="${CFLAGS} -fPIC"
gmake --help >/dev/null 2>&1
[ $? = 0 ] && MAKE=gmake