Skip to content

Commit

Permalink
INSTALL: modify cmake ilink calls to not include CMAKE_INSTALL_PREFIX
Browse files Browse the repository at this point in the history
  • Loading branch information
matko authored and JanWielemaker committed Aug 27, 2024
1 parent 6d3ccc2 commit b467349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ if(JNI_FOUND AND Java_FOUND)

if(JNIDIR)
install(DIRECTORY DESTINATION ${JNIDIR})
ilink(${CMAKE_INSTALL_PREFIX}/${SWIPL_INSTALL_ARCH_LIB}/${jpl_module}${JPLEXT}
ilink(/${SWIPL_INSTALL_ARCH_LIB}/${jpl_module}${JPLEXT}
${JNIDIR}/${jpl_module}${JPLEXT})
endif()

Expand Down

0 comments on commit b467349

Please sign in to comment.