Skip to content

Commit 49652bf

Browse files
author
Bin Zhang
authored
Merge pull request #403 from natural-law/v3
Solve the error when compile project for tizen with option `--tizen-strip`.
2 parents 5092891 + 9344346 commit 49652bf

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
@@ -1603,7 +1603,7 @@ def build_tizen(self):
16031603
package_cmd += " -s \"%s\"" % self.tizen_sign
16041604

16051605
if self.tizen_strip:
1606-
package_cmd += " -S"
1606+
package_cmd += " -S on"
16071607

16081608
self._run_cmd(package_cmd)
16091609

0 commit comments

Comments
 (0)