Skip to content

Commit

Permalink
build: Fixed macOS library path
Browse files Browse the repository at this point in the history
  • Loading branch information
WerWolv committed Oct 1, 2023
1 parent 4436e8a commit 7400b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/build_helpers.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ macro(configurePackingResources)
endif()

set(PLUGINS_INSTALL_LOCATION "${IMHEX_BUNDLE_PATH}/Contents/MacOS/plugins")
set(CMAKE_INSTALL_LIBDIR "${IMHEX_BUNDLE_PATH}/Contents/Framework")
set(CMAKE_INSTALL_LIBDIR "${IMHEX_BUNDLE_PATH}/Contents/Frameworks")
endif()
endif()
endmacro()
Expand Down

0 comments on commit 7400b9c

Please sign in to comment.