Skip to content

Commit

Permalink
autotools: use export-symbols-regex again
Browse files Browse the repository at this point in the history
  • Loading branch information
sekrit-twc committed Jul 26, 2023
1 parent ec0c604 commit 7143181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -50,7 +50,7 @@ include_HEADERS = \

libzimg_la_SOURCES = dummy.cpp
libzimg_la_LIBADD = libzimg_internal.la
libzimg_la_LDFLAGS = -no-undefined -version-info 2
libzimg_la_LDFLAGS = -no-undefined -version-info 2 -export-symbols-regex '^zimg_'

libzimg_internal_la_SOURCES = \
graphengine/graphengine/cpuinfo.h \
Expand Down

0 comments on commit 7143181

Please sign in to comment.