Skip to content

Commit

Permalink
additional bitcode removal
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Nov 7, 2023
1 parent 82981e4 commit a054f4f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions kiwixbuild/platforms/ios.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,11 @@ def get_cross_config(self):
'binaries': self.binaries,
'exe_wrapper_def': '',
'extra_libs': [
'-fembed-bitcode',
'-isysroot', self.root_path,
'-arch', self.arch,
'-target', self.target,
],
'extra_cflags': [
'-fembed-bitcode',
'-isysroot', self.root_path,
'-arch', self.arch,
'-target', self.target,
Expand Down Expand Up @@ -83,7 +81,6 @@ def get_env(self):
def set_comp_flags(self, env):
super().set_comp_flags(env)
cflags = [
'-fembed-bitcode',
'-isysroot {}'.format(self.root_path),
'-arch {}'.format(self.arch),
'-target {}'.format(self.target),
Expand Down

0 comments on commit a054f4f

Please sign in to comment.