Skip to content

Commit

Permalink
meson: native: true libraries cannot be installed
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonmux committed Nov 3, 2023
1 parent e9706f0 commit eb6c581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion impl/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ if meson.is_cross_build()
gnu_symbol_visibility: 'inlineshidden',
implicit_include_directories: false,
pic: true,
install: (not meson.is_subproject()),
install: false,
native: true,
)
endif

0 comments on commit eb6c581

Please sign in to comment.