Skip to content

Commit 4e2d17e

Browse files
author
natural-law
committed
Solve the error when build lua project for Tizen.
1 parent 6c840f9 commit 4e2d17e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/plugin_compile/project_compile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1565,7 +1565,7 @@ def build_tizen(self):
15651565
self.compile_js_scripts(res_path, res_path)
15661566

15671567
if self._project._is_lua_project():
1568-
self.compile_lua_scripts(res_path, res_path)
1568+
self.compile_lua_scripts(res_path, res_path, False)
15691569

15701570
# config the profile path
15711571
if self.tizen_profile is not None:

0 commit comments

Comments
 (0)