- Update to version 1.14
* improved very significantly GC performances by using prefetch and multiple
mark threads
* reimplement CArray using native opcodes (requires Haxe 4.4+)
* dynobj fields are now correctly ordered in the order they were set
* added Prefetch and Asm opcodes (requires Haxe 4.4+)
* added Intel VTune support (JIT only)
* upgraded to PCRE2 for regular expressions
* ... and many additional changes and fixes
- Drop 0001-fix-return-non-void-functions.patch
OBS-URL: https://build.opensuse.org/request/show/1138489
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haxe/hashlink?expand=0&rev=14
14 lines
497 B
Diff
14 lines
497 B
Diff
Index: hashlink-1.14/CMakeLists.txt
|
|
===================================================================
|
|
--- hashlink-1.14.orig/CMakeLists.txt
|
|
+++ hashlink-1.14/CMakeLists.txt
|
|
@@ -181,7 +181,7 @@ if(INTERPRETER_ENABLED)
|
|
)
|
|
|
|
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)
|