userspace: Add dummy libdl

This allows ports to link against without needing to patch it out
This commit is contained in:
2025-08-07 02:50:24 +03:00
parent 66d3a1d025
commit 937250c681
3 changed files with 19 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
set(USERSPACE_LIBRARIES
LibAudio
LibC
LibDL
LibELF
LibFont
LibGUI