Skip to content

Commit

Permalink
@rpath/libqdlt.dylib fix for MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
bunty95 authored and hannesa2 committed Jul 17, 2024
1 parent 8a8305c commit 22b5baf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/darwin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ if [[ $(uname -m) == 'arm64' ]]; then
else
Qt5_DIR="/usr/local/opt/qt"
echo "Build with qmake $(uname -m) $Qt5_DIR"
qmake ../BuildDltViewer.pro
make
#qmake ../BuildDltViewer.pro
#make
fi

#make
Expand All @@ -40,7 +40,7 @@ cmake -G Ninja \
-DCMAKE_OSX_DEPLOYMENT_TARGET=12.7 \
-DCMAKE_BUILD_TYPE=Release \
-DDLT_USE_QT_RPATH=ON \
-DDLT_PARSER=OFF \
-DDLT_PARSER=ON \
-DDLT_APP_DIR_NAME=${APP_DIR_NAME} \
-DDLT_LIBRARY_INSTALLATION_PATH="${APP_DIR_NAME}/Contents/Frameworks" \
-DDLT_EXECUTABLE_INSTALLATION_PATH="${APP_DIR_NAME}/Contents/MacOS" \
Expand Down

0 comments on commit 22b5baf

Please sign in to comment.