rtklib: Fix bug where extra compile flag was added incorrectly.

This commit is contained in:
Kristian Klausen 2016-03-31 16:20:49 +02:00
parent 72627f94f3
commit 3c4cbb7d63
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ build()
cd app/str2str/gcc
$cmd_make \
CC=$cmd_target_cc \
CTARGET="$cfg_target_gcc_flags" -DSVR_REUSEADDR \
CTARGET="${cfg_target_gcc_flags} -DSVR_REUSEADDR" \
BINDIR="${cfg_dir_toolchain_sysroot}/usr/bin"
cd ../../rtkrcv/gcc