File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ target("gfcore0")
5050 add_includedirs (" $(buildir)/config" )
5151 add_packages (" pugixml" , " stb" )
5252 add_packages (" boost" , " zlib" , { public = true })
53+ add_rpathdirs (" $ORIGIN" )
5354 set_license (" Zlib" )
5455
5556target (" gf0" )
@@ -67,6 +68,7 @@ target("gf0")
6768 add_includedirs (" library/vendor/glad/gles20/include" )
6869 add_packages (" opengl-headers" , " libsdl" , " freetype" , " pugixml" )
6970 add_deps (" gfcore0" )
71+ add_rpathdirs (" $ORIGIN" )
7072 set_license (" Zlib" )
7173
7274target (" gfnet0" )
@@ -81,6 +83,7 @@ target("gfnet0")
8183 add_includedirs (" include" , { public = true })
8284 add_includedirs (" include-priv" )
8385 add_deps (" gfcore0" )
86+ add_rpathdirs (" $ORIGIN" )
8487 if is_plat (" linux" ) then
8588 add_defines (" _POSIX_C_SOURCE=200809L" )
8689 end
You can’t perform that action at this time.
0 commit comments