Skip to content

Commit d8a3b46

Browse files
committed
Revert "append CMAKE_INSTALL_FULL_LIBDIR to CMAKE_INSTALL_RPATH only on macOS"
This reverts commit 9638b62. As discussed in #271 (comment)
1 parent 9638b62 commit d8a3b46

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

CMakeLists.txt

+1-4
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,7 @@ if (RELOCATABLE)
169169
endif()
170170
endif()
171171

172-
# https://github.com/HaxeFoundation/neko/pull/288#issuecomment-2102504348
173-
if(APPLE)
174-
list(APPEND CMAKE_INSTALL_RPATH ${CMAKE_INSTALL_FULL_LIBDIR})
175-
endif()
172+
list(APPEND CMAKE_INSTALL_RPATH ${CMAKE_INSTALL_FULL_LIBDIR})
176173

177174
if(UNIX AND NOT APPLE)
178175
add_definitions(-DABI_ELF)

0 commit comments

Comments
 (0)