Skip to content

Commit

Permalink
Merged revision(s) 22923 from trunk/OpenMPT:
Browse files Browse the repository at this point in the history
[Fix] build: Autotools: In libtool, ld option --no-undefined is called -no-undefined.
........


git-svn-id: https://source.openmpt.org/svn/openmpt/branches/OpenMPT-1.30@22925 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed Feb 15, 2025
1 parent 7900644 commit 2663da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/autotools/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ MPT_FILES_SOUNDDSP += sounddsp/Reverb.h

pkgconfig_DATA += libopenmpt/libopenmpt.pc
lib_LTLIBRARIES += libopenmpt.la
libopenmpt_la_LDFLAGS = -version-info $(LIBOPENMPT_LTVER_CURRENT):$(LIBOPENMPT_LTVER_REVISION):$(LIBOPENMPT_LTVER_AGE) --no-undefined
libopenmpt_la_LDFLAGS = -version-info $(LIBOPENMPT_LTVER_CURRENT):$(LIBOPENMPT_LTVER_REVISION):$(LIBOPENMPT_LTVER_AGE) -no-undefined
nobase_include_HEADERS += libopenmpt/libopenmpt.h
nobase_include_HEADERS += libopenmpt/libopenmpt.hpp
nobase_include_HEADERS += libopenmpt/libopenmpt_version.h
Expand Down

0 comments on commit 2663da6

Please sign in to comment.