quickjs: Requires c11 atomics support

This commit is contained in:
nia 2024-02-21 10:54:36 +00:00
parent c7db5b9eb7
commit d7d864a66a
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.11 2023/03/07 14:38:03 he Exp $
# $NetBSD: Makefile,v 1.12 2024/02/21 10:54:36 nia Exp $
NAME= quickjs
QJS_DATE= 2021-03-27
@ -20,6 +20,9 @@ MAKE_FLAGS= prefix=${PREFIX}
TEST_TARGET= test
AUTO_MKDIRS= yes
# Requires C11 atomics support
USE_CC_FEATURES+= c11
.include "../../mk/bsd.prefs.mk"
PLIST_VARS+= lto