Skip to content

Commit

Permalink
[no ci] update mac app bundling patch file (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
ipatch authored Jan 16, 2022
1 parent a4d4de0 commit 27b2f27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions patches/freecad-0.19.2-mac-app-bundling.patch
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ index c0b6ccf09f..b64cd761bf 100644
COMMAND python2.7
${CMAKE_SOURCE_DIR}/src/Tools/MakeMacBundleRelocatable.py
- ${APP_PATH} ${HOMEBREW_PREFIX}${MACPORTS_PREFIX}/lib ${ICU_PREFIX}/lib/ /usr/local/opt ${CONFIG_NGLIB} ${Qt5Core_DIR}/../../.. ${XCTEST_PATH} ${WEBKIT_FRAMEWORK_DIR}
+ ${APP_PATH} /usr/lib ${HOMEBREW_PREFIX}${MACPORTS_PREFIX}/lib ${HOMEBREW_PREFIX}/opt/llvm@11/lib ${HOMEBREW_PREFIX}/opt/[email protected]/lib/ ${HOMEBREW_PREFIX}/Cellar/icu4c/69.1/lib/ ${CONFIG_NGLIB} ${HOMEBREW_PREFIX}/opt ${HOMEBREW_PREFIX}/opt/[email protected]/lib ${Qt5Core_DIR}/../../.. ${XCTEST_PATH} ${WEBKIT_FRAMEWORK_DIR}
+ ${APP_PATH} ${HOMEBREW_PREFIX}${MACPORTS_PREFIX}/lib ${HOMEBREW_PREFIX}/opt/gcc/lib/gcc/11 ${HOMEBREW_PREFIX}/opt/llvm@11/lib ${HOMEBREW_PREFIX}/opt/[email protected]/lib/ ${HOMEBREW_PREFIX}/opt/icu4c/lib/ ${CONFIG_NGLIB} ${HOMEBREW_PREFIX}/opt ${HOMEBREW_PREFIX}/opt/[email protected]/lib ${Qt5Core_DIR}/../../.. ${XCTEST_PATH} ${WEBKIT_FRAMEWORK_DIR} /usr/lib
)"
)
)

0 comments on commit 27b2f27

Please sign in to comment.