Fix typo in property hashmap define (#4664)

Fixes jerryscript-project/jerryscript#4648

JerryScript-DCO-1.0-Signed-off-by: Jiawen Geng technicalcute@gmail.com
This commit is contained in:
Jiawen Geng
2021-05-26 18:26:11 +08:00
committed by GitHub
parent 800031c62b
commit 7be339ad61
14 changed files with 69 additions and 69 deletions
+1 -1
View File
@@ -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 {