mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
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
@ -73,7 +73,7 @@ if HAVE_AUTO4_PERL
|
||||
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_CPPFLAGS = @PERL_CFLAGS@
|
||||
aegisub_LDFLAGS += @PERL_LDFLAGS@
|
||||
LIBS += @PERL_LDFLAGS@
|
||||
aegisub_LDADD += libauto4_perl.a
|
||||
endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user