1
0
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:
Alexandre Abadie 2019-10-30 14:25:41 +01:00
parent 9755694b56
commit 04e8461460
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -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