Files
hashlink/0001-fix-rpath.patch
Jaime Marquínez Ferrándiz 2fd8eaa152 - Update to version 1.15
* added more GL functions
  * added heaps.hdll (contains mikkt, meshtools, convex hull)
  * added GUID type support (int64 with debugger string representation)
  * fixes in UI8/F32 handling
  * GC bug fixes
  * some other bugfixes and minor improvements
- Refresh 0001-fix-rpath.patch
- Drop 0001-cmake-Install-hlc_main.c-with-hl.h-and-hlc.h.patch,
  0001-Disable-the-JIT-tests-on-arm-architectures.patch,
  0001-cmake-Don-t-build-the-interpreter-on-ARM.patch,
  0001-cmake-Don-t-run-the-version-test-if-the-interpreter-.patch,
  fix_incompatible-pointer-types.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haxe/hashlink?expand=0&rev=20
2025-03-24 21:40:31 +00:00

14 lines
486 B
Diff

Index: hashlink-1.15/CMakeLists.txt
===================================================================
--- hashlink-1.15.orig/CMakeLists.txt
+++ hashlink-1.15/CMakeLists.txt
@@ -188,7 +188,7 @@ if (WITH_VM)
)
if (UNIX AND NOT APPLE)
- set_target_properties(hl PROPERTIES INSTALL_RPATH "$ORIGIN;${CMAKE_INSTALL_PREFIX}/lib")
+ set_target_properties(hl PROPERTIES INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib")
endif()
target_link_libraries(hl libhl)