Skip to content
Snippets Groups Projects
Commit 050c3d27 authored by Ondřej Surý's avatar Ondřej Surý
Browse files

Fix s/COVERAGE_LDFLAGS/CODE_COVERAGE_LDFLAGS/

parent 49f6dc3e
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ libzscanner_la_SOURCES = \
libzscanner_la_CFLAGS = $(CODE_COVERAGE_CFLAGS)
libzscanner_la_LDFLAGS = \
$(COVERAGE_LDFLAGS) \
$(CODE_COVERAGE_LDFLAGS) \
-version-info 0:1:0 \
-export-symbols-regex '^zs_'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment