mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-26 23:11:19 +01:00
pkg/jerryscript: add arch 32bit requirement
This commit is contained in:
parent
9755694b56
commit
04e8461460
@ -2,3 +2,6 @@ ifneq (,$(filter jerryscript,$(USEPKG)))
|
||||
USEMODULE += jerryport-minimal
|
||||
USEMODULE += jerryscript-ext
|
||||
endif
|
||||
|
||||
# Jerryscript is only supported by 32-bit architectures
|
||||
FEATURES_REQUIRED += arch_32bit
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user