mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00

symbol in from a static library if that symbol is used. (how it should work) However! if you place the library that *uses* those symbols *after* the libraries that have them, then the gnu ld will skip past those symbols, they will never get included and you'll get a linking error.. There are two fixes, tell LD to scan all libraries twice (non-portable?) or just put the libraries in an order that LD can deal with. (annoying!) Originally committed to SVN as r2014.
* There is no ASA support * auto3 doesn't work either - if you want support you'll have to do it by hand (for now)
Description
Languages
C
62.8%
C++
30.9%
Lua
3.2%
Inno Setup
0.8%
Meson
0.8%
Other
1.4%