Skip to content

Commit

Permalink
pkg/jerryscript: ensure MCPU is exported
Browse files Browse the repository at this point in the history
This export is only performed for the libjerry target
  • Loading branch information
aabadie committed Jan 3, 2020
1 parent ff00097 commit 3e3f4e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/jerryscript/Makefile.include
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
INCLUDES += -I$(PKGDIRBASE)/jerryscript/jerry-core/include
INCLUDES += -I$(PKGDIRBASE)/jerryscript/jerry-ext/include

# Ensure MCPU is correctly exported to CMake variables when configuring the
# Jerrycript build
$(call target-export-variables,libjerry,MCPU)

0 comments on commit 3e3f4e2

Please sign in to comment.