forked from mia/Aegisub
Mutter more library ordering, DynaLoader.a has to be after libauto4_perl.a so
I've used LIBS= for now (not sure if this is right but we'll see) Originally committed to SVN as r2018.
This commit is contained in:
parent
92d26be928
commit
722c1c6dc8
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ if HAVE_AUTO4_PERL
|
||||||
noinst_LIBRARIES += libauto4_perl.a
|
noinst_LIBRARIES += libauto4_perl.a
|
||||||
libauto4_perl_a_SOURCES = auto4_perl.cpp auto4_perl_script.cpp auto4_perl_dialogs.cpp auto4_perl_ass.cpp auto4_perl_console.cpp auto4_perl.h auto4_perl_console.h
|
libauto4_perl_a_SOURCES = auto4_perl.cpp auto4_perl_script.cpp auto4_perl_dialogs.cpp auto4_perl_ass.cpp auto4_perl_console.cpp auto4_perl.h auto4_perl_console.h
|
||||||
libauto4_perl_a_CPPFLAGS = @PERL_CFLAGS@
|
libauto4_perl_a_CPPFLAGS = @PERL_CFLAGS@
|
||||||
aegisub_LDFLAGS += @PERL_LDFLAGS@
|
LIBS += @PERL_LDFLAGS@
|
||||||
aegisub_LDADD += libauto4_perl.a
|
aegisub_LDADD += libauto4_perl.a
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue