Skip to content
Snippets Groups Projects
Commit c83a4270 authored by Vladimir Stoiakin's avatar Vladimir Stoiakin
Browse files

meson: fix build definition

Change-Id: I50749a002936da4159be9479f256aa45fce64221
parent 3dd5f4eb
No related branches found
No related tags found
No related merge requests found
......@@ -151,7 +151,7 @@ add_project_arguments('-DHAVE_CONFIG_H', language: ['c', 'cpp'])
#################################################
# Build targets
#################################################
add_project_arguments('-LIBJAMI_BUILD', language: ['c', 'cpp'])
add_project_arguments('-DLIBJAMI_BUILD', language: ['c', 'cpp'])
if get_option('default_library') != 'static'
add_project_arguments('-Djami_EXPORTS', language: ['c', 'cpp'])
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment