aboutsummaryrefslogtreecommitdiff
path: root/targets
diff options
context:
space:
mode:
authorJiawen Geng <3759816+gengjiawen@users.noreply.github.com>2021-05-26 18:26:11 +0800
committerGitHub <noreply@github.com>2021-05-26 12:26:11 +0200
commit7be339ad6190830b6b063adb1bcb72781c5b094a (patch)
treee8d99c560b10e93d3e77b78065198cfe1832e471 /targets
parent800031c62b2dd455e3c6e5793e5e0a3534e10215 (diff)
Fix typo in property hashmap define (#4664)
Fixes jerryscript-project/jerryscript#4648 JerryScript-DCO-1.0-Signed-off-by: Jiawen Geng technicalcute@gmail.com
Diffstat (limited to 'targets')
-rwxr-xr-xtargets/curie_bsp/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/curie_bsp/setup.py b/targets/curie_bsp/setup.py
index 4ef79bc6..f0349702 100755
--- a/targets/curie_bsp/setup.py
+++ b/targets/curie_bsp/setup.py
@@ -98,7 +98,7 @@ def build_jerry_data(jerry_path):
'-DJERRY_BUILTIN_ANNEXB=0',
'-DJERRY_ESNEXT=0',
'-DJERRY_LCACHE=0',
- '-DJERRY_PROPRETY_HASHMAP=0',
+ '-DJERRY_PROPERTY_HASHMAP=0',
]
return {