quickjs: template top level should assign to CFLAGS, not add.
This commit is contained in:
parent
c638f5a249
commit
c202cd841b
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ fi
|
|||
|
||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||
makedepends+=" libatomic-devel"
|
||||
CFLAGS+=" -DLINK_ATOMIC"
|
||||
CFLAGS="-DLINK_ATOMIC"
|
||||
export EXTRA_LIBS="-latomic"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue