mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 02:13:56 +09:00
Ports: Specify missing library when linking SDL2_ttf
This commit is contained in:
parent
7e1f413a89
commit
431bed5158
Notes:
sideshowbarker
2024-07-18 16:51:49 +09:00
Author: https://github.com/gunnarbeutner
Commit: 431bed5158
Pull-request: https://github.com/SerenityOS/serenity/pull/7795
1 changed files with 1 additions and 1 deletions
|
@ -17,5 +17,5 @@ configure() {
|
|||
|
||||
install() {
|
||||
run make install DESTDIR=${SERENITY_INSTALL_ROOT} $installopts
|
||||
run ${CC} -shared -o ${SERENITY_INSTALL_ROOT}/usr/local/lib/libSDL2_ttf.so -Wl,-soname,libSDL2_ttf.so -Wl,--whole-archive ${SERENITY_INSTALL_ROOT}/usr/local/lib/libSDL2_ttf.a -Wl,--no-whole-archive
|
||||
run ${CC} -shared -o ${SERENITY_INSTALL_ROOT}/usr/local/lib/libSDL2_ttf.so -Wl,-soname,libSDL2_ttf.so -Wl,--whole-archive ${SERENITY_INSTALL_ROOT}/usr/local/lib/libSDL2_ttf.a -Wl,--no-whole-archive -lfreetype
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue