mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 04:25:13 +00:00
Lagom: Link aconv
with LibFileSystem
This commit is contained in:
parent
56da2c5db6
commit
f619b61b00
Notes:
sideshowbarker
2024-07-17 02:22:23 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -490,7 +490,7 @@ if (BUILD_LAGOM)
|
|||
target_link_libraries(abench LibCore LibMain LibFileSystem LibAudio)
|
||||
|
||||
add_executable(aconv ../../Userland/Utilities/aconv.cpp)
|
||||
target_link_libraries(aconv LibCore LibMain LibAudio)
|
||||
target_link_libraries(aconv LibCore LibMain LibFileSystem LibAudio)
|
||||
|
||||
if (NOT EMSCRIPTEN)
|
||||
add_executable(adjtime ../../Userland/Utilities/adjtime.cpp)
|
||||
|
|
Loading…
Add table
Reference in a new issue