mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 17:10:23 +00:00
LibELF+LibTest: Fix serenity_install_sources() paths
Currently we end up with the following: serenity/ AK/ ... Kernel/ ... Libraries/ LibELF/ LibTest/ Userland/ Libraries/ <all other libs> ...
This commit is contained in:
parent
a3b03eef01
commit
f59d58cb76
Notes:
sideshowbarker
2024-07-18 21:21:12 +09:00
Author: https://github.com/linusg Commit: https://github.com/SerenityOS/serenity/commit/f59d58cb76e Pull-request: https://github.com/SerenityOS/serenity/pull/5797
2 changed files with 2 additions and 3 deletions
|
@ -1 +1 @@
|
|||
serenity_install_sources(Libraries/LibELF)
|
||||
serenity_install_sources("Userland/Libraries/LibELF")
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
|
||||
serenity_install_sources(Libraries/LibTest)
|
||||
serenity_install_sources("Userland/Libraries/LibTest")
|
||||
|
|
Loading…
Reference in a new issue