mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
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…
Add table
Reference in a new issue