diff options
Diffstat (limited to 'hints/vos.sh')
-rw-r--r-- | hints/vos.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/vos.sh b/hints/vos.sh index 7c3053f177..52523be46e 100644 --- a/hints/vos.sh +++ b/hints/vos.sh @@ -10,7 +10,7 @@ # C compiler and default options. cc=gcc -ccflags="-D_SVID_SOURCE -D_POSIX_C_SOURCE=199509L -I." +ccflags="-D_SVID_SOURCE -D_POSIX_C_SOURCE=199509L" # Make command. make="/system/gnu_library/bin/gmake" |