1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/games/0ad/files/patch-build_premake_premake5.lua
2021-08-11 15:08:19 +02:00

12 lines
396 B
Lua

--- build/premake/premake5.lua.orig 2021-07-27 21:57:08 UTC
+++ build/premake/premake5.lua
@@ -367,7 +367,7 @@ function project_set_build_flags()
if os.istarget("linux") or os.istarget("bsd") then
if _OPTIONS["prefer-local-libs"] then
- libdirs { "/usr/local/lib" }
+ libdirs { "%%LOCALBASE%%/lib" }
end
-- To use our local shared libraries, they need to be found in the