Skip to content

Commit

Permalink
jerryscript: fix incorrect option name
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Oct 23, 2023
1 parent e2f022f commit 0d7ae50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/jerryscript/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def config_options(self):
if is_apple_os(self):
del self.options.jerry_math # forced to False
del self.options.link_time_optimization # forced to False
del self.options.strip # forced to False
del self.options.strip_symbols # forced to False

def configure(self):
self.settings.rm_safe("compiler.libcxx")
Expand Down

0 comments on commit 0d7ae50

Please sign in to comment.