mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 22:13:52 +01:00
pkg/jerryscript: build directory does not need to exist with -B
This commit is contained in:
parent
d55ae9c7f9
commit
097575117c
@ -13,7 +13,6 @@ endif
|
||||
all: libjerry
|
||||
|
||||
libjerry:
|
||||
mkdir -p $(BUILD_DIR)
|
||||
cmake -B$(BUILD_DIR) -H./ \
|
||||
-DCMAKE_SYSTEM_NAME=RIOT \
|
||||
-DCMAKE_SYSTEM_PROCESSOR="$(MCPU)" \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user