Skip to content

Commit

Permalink
Fix linking on macOS and Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastinas committed Oct 17, 2023
1 parent e1adcd2 commit 9b92f4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -536,7 +536,8 @@ libfaest_static = static_library('faest',
libfaest_static_dependency = declare_dependency(
link_with: libfaest_static,
include_directories: include_directories,
compile_args: ['-DFAEST_EXPORT=']
compile_args: ['-DFAEST_EXPORT='],
dependencies: [build_dependencies, libfaest_no_random_static_dependency]
)

# shared library

0 comments on commit 9b92f4c

Please sign in to comment.