mirror of
https://github.com/portable-lce/shiggy.git
synced 2026-09-21 23:43:10 +00:00
feat: add shims
This commit is contained in:
13
meson.build
13
meson.build
@@ -114,8 +114,11 @@ patched_relocations = custom_target(
|
||||
],
|
||||
)
|
||||
|
||||
libshiggy = static_library(
|
||||
'shiggy',
|
||||
meson.project_source_root() / 'src' / 'shims.c',
|
||||
objects: patched_relocations,
|
||||
)
|
||||
shiggy = declare_dependency(
|
||||
sources: static_library(
|
||||
'shiggy',
|
||||
meson.project_source_root() / 'src' / 'shims.c',
|
||||
include_directories : include_directories('include'),
|
||||
objects: patched_relocations,
|
||||
)
|
||||
)
|
||||
Reference in New Issue
Block a user