mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +00:00
build system: change link order for common libraries vs libebml/matroska
Helpful for when I want to use fmt in libebml/matroska temporarily.
This commit is contained in:
parent
db02d693f8
commit
da92f8163d
4
Rakefile
4
Rakefile
@ -1057,10 +1057,10 @@ $common_libs += [:cmark] if c?(:USE_QT)
|
||||
$common_libs += [:dvdread] if c?(:USE_DVDREAD)
|
||||
$common_libs += [:exchndl] if c?(:USE_DRMINGW) && $building_for[:windows]
|
||||
if !$libmtxcommon_as_dll
|
||||
$common_libs += [
|
||||
$common_libs = [
|
||||
:matroska,
|
||||
:ebml,
|
||||
]
|
||||
] + $common_libs
|
||||
end
|
||||
$common_libs += [ :CoreFoundation ] if $building_for[:macos]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user