Ticket #70923: patch-tepl-symbols.diff
File patch-tepl-symbols.diff, 473 bytes (added by kencu (Ken), 7 weeks ago) |
---|
-
tepl/meson.build
old new 132 132 tepl_lib_link_args = [] 133 133 tepl_lib_link_depends = [] 134 134 135 if meson.get_compiler('c').get_argument_syntax() != 'msvc'136 symbol_map = meson.current_source_dir() / 'symbol.map'137 tepl_lib_link_args = '-export-symbols ' + symbol_map138 tepl_lib_link_depends = symbol_map139 endif140 141 135 tepl_lib = library( 142 136 'tepl-@0@'.format(TEPL_API_VERSION), 143 137 dependencies: TEPL_DEPS,