You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
This addresses an issue on Linux where libraries that do not have the "lib" prefix can go missing at link time because the linker ends up looking for the library with the prefix. For example, a library with the filename "foo.so" would result in the "-lfoo" flag being added to the link command, which would then cause the linker to look for a library with the name "libfoo" that does not exist. #rb brandon.schaefer #preflight 6227a18ba83706728750078b [CL 19337849 by matt johnson in ue5-main branch]