Skip to content
Snippets Groups Projects
Commit d9f70907 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Don't require copying the SDL.framework into the bundle

When using MacPorts (and likely Homebrew), this isn't how this works.
parent 0df88fbb
No related branches found
No related tags found
No related merge requests found
Pipeline #7095 failed
...@@ -124,8 +124,8 @@ ifeq ($(os),darwin) ...@@ -124,8 +124,8 @@ ifeq ($(os),darwin)
${QUIET}${INSTALL_DATA} Info.plist ${EXEODIR}/SyncTERM.app/Contents ${QUIET}${INSTALL_DATA} Info.plist ${EXEODIR}/SyncTERM.app/Contents
${QUIET}${INSTALL_DATA} SyncTERM.icns ${EXEODIR}/SyncTERM.app/Contents/Resources ${QUIET}${INSTALL_DATA} SyncTERM.icns ${EXEODIR}/SyncTERM.app/Contents/Resources
-${QUIET}rm -rf ${EXEODIR}/SyncTERM.app/Contents/Frameworks/SDL2.framework -${QUIET}rm -rf ${EXEODIR}/SyncTERM.app/Contents/Frameworks/SDL2.framework
${QUIET}cp -R ${SDL_FRAMEWORK_PATH}/SDL2.framework ${EXEODIR}/SyncTERM.app/Contents/Frameworks -${QUIET}cp -R ${SDL_FRAMEWORK_PATH}/SDL2.framework ${EXEODIR}/SyncTERM.app/Contents/Frameworks
${QUIET}rm -rf ${EXEODIR}/SyncTERM.app/Contents/Frameworks/SDL2.framework/Headers/* -${QUIET}rm -rf ${EXEODIR}/SyncTERM.app/Contents/Frameworks/SDL2.framework/Headers/*
endif endif
syncterm.man: syncterm.man.in syncterm.man: syncterm.man.in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment