diff --git a/examples/javascript/Makefile b/examples/javascript/Makefile index 19429f011b..042975bf97 100644 --- a/examples/javascript/Makefile +++ b/examples/javascript/Makefile @@ -21,8 +21,10 @@ BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-uno chronos \ # development process: DEVELHELP ?= 1 +ifneq ($(BOARD),native) # Set stack size to something (conservatively) enormous CFLAGS += -DTHREAD_STACKSIZE_MAIN=9092 +endif # Add the package for Jerryscript USEPKG += jerryscript