Skip to content

Commit

Permalink
Add static target
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Dec 8, 2024
1 parent 849dd55 commit 6d7aacf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,13 @@ libsdb = both_libraries(libsdb_name, libsdb_sources,
install_rpath: rpath_lib
)

libsdb_static = static_library('libsdb_static', libsdb_sources,
include_directories: sdb_inc,
implicit_include_directories: false,
install: not meson.is_subproject(),
install_rpath: rpath_lib
)

#if is_windows
# link_with = libsdb.get_static_lib()
#else
Expand Down

0 comments on commit 6d7aacf

Please sign in to comment.