summarylogtreecommitdiffstats
path: root/fix-dependencies.patch
diff options
context:
space:
mode:
authorFabian Maurer2023-06-10 19:12:37 +0200
committerFabian Maurer2023-06-10 19:12:37 +0200
commitc43b091b8c11f4a136a861664fa6b7cc42d775d3 (patch)
treea7da292051c7109bc74ea8829a83eca5b237868b /fix-dependencies.patch
parent02c1ca911378e2597f2cdee6336bd0ad9fbd9141 (diff)
downloadaur-c43b091b8c11f4a136a861664fa6b7cc42d775d3.tar.gz
Fix linking, disable LTO and link to embree3
Diffstat (limited to 'fix-dependencies.patch')
-rw-r--r--fix-dependencies.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/fix-dependencies.patch b/fix-dependencies.patch
index 8c7036c169a9..6fb0d9d5c72b 100644
--- a/fix-dependencies.patch
+++ b/fix-dependencies.patch
@@ -6,7 +6,7 @@ index 4de71e3..d7a0e98 100644
ADD_EXECUTABLE(luxmark WIN32 ${LUXMARK_SRCS})
TARGET_LINK_LIBRARIES(luxmark ${ALL_LUXCORE_LIBRARIES} ${Boost_LIBRARIES} ${Qt5_LIBRARIES} ${OPENGL_gl_LIBRARY} ${CMAKE_DL_LIBS})
-+TARGET_LINK_LIBRARIES(luxmark opensubdiv.a openvdb opencolorio.a OpenImageIO_Util python3 blosc dl Imath fmt)
++TARGET_LINK_LIBRARIES(luxmark opensubdiv.a openvdb opencolorio.a OpenImageIO_Util python3.11 blosc dl Imath fmt)
if (WIN32)
# This is needed by Boost 1.67 but is not found automatically