Skip to content

Commit

Permalink
remove static libgcc from meson (lite-xl#1290)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan200101 authored Jan 19, 2023
1 parent 283ee85 commit 7dae15d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@ lite_cargs += '-DLITE_ARCH_TUPLE="@0@"'.format(arch_tuple)
# Linker Settings
#===============================================================================
lite_link_args = []
if cc.get_id() == 'gcc' and get_option('buildtype') == 'release'
lite_link_args += ['-static-libgcc']
endif

if host_machine.system() == 'darwin'
lite_link_args += ['-framework', 'CoreServices', '-framework', 'Foundation']
endif
Expand Down

0 comments on commit 7dae15d

Please sign in to comment.