Skip to content

Commit

Permalink
Merge pull request #1475 from jon-turney/avoid-version-typo
Browse files Browse the repository at this point in the history
Fix typo around use of AVOID_VERSION
  • Loading branch information
linas authored Mar 8, 2024
2 parents e8b1c04 + 1617405 commit bfb73d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/perl/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ if OS_NETBSD
AVOID_VERSION = -avoid-version
endif

clinkgrammar_la_LDFLAGS = -version-info $(AVOID_VERSION) @VERSION_INFO@ \
clinkgrammar_la_LDFLAGS = -version-info @VERSION_INFO@ $(AVOID_VERSION)\
$(PERL_LDFLAGS) -module -no-undefined
clinkgrammar_la_LIBADD = $(top_builddir)/link-grammar/liblink-grammar.la

Expand Down

0 comments on commit bfb73d2

Please sign in to comment.