Skip to content

Commit

Permalink
check again
Browse files Browse the repository at this point in the history
  • Loading branch information
xq114 committed Nov 8, 2024
1 parent 5224a2f commit 6c8b73a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/o/openscenegraph/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ package("openscenegraph")
end)

on_install("windows", "linux", "macosx", function (package)
io.replace("src/osgPlugins/tiff/CMakeLists.txt", "TARGET_LIBRARIES_VARS TIFF_LIBRARY", "TARGET_EXTERNAL_LIBRARIES TIFF::tiff", {plain = true})
io.replace("src/osgPlugins/tiff/CMakeLists.txt", "TARGET_LIBRARIES_VARS TIFF_LIBRARY", "TARGET_LIBRARIES_VARS TIFF_LIBRARY_RELEASE", {plain = true})
local configs = {"-DBUILD_OSG_EXAMPLES=OFF", "-DOSG_MSVC_VERSIONED_DLL=OFF"}
local disabled_packages = {"ilmbase", "Inventor", "OpenCascade", "FBX", "GDAL", "GTA", "CURL", "LibVNCServer", "GStreamer", "SDL", "Poppler", "RSVG", "GtkGl", "Asio", "ZeroConf", "LIBLAS"}
for _, pkg in ipairs(disabled_packages) do
Expand Down

0 comments on commit 6c8b73a

Please sign in to comment.