Skip to content

Commit

Permalink
Widget Waviness
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Rebuffi authored and [email protected] committed Jun 23, 2015
1 parent 38b12b1 commit 843e808
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/build-osx-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ cp -f "/opt/X11/lib/libpng15.15.dylib" "$TEMPLATE/Contents/Frameworks"
cp -f "/opt/local/lib/libxrl.7.dylib" "$TEMPLATE/Contents/Frameworks"
cp -f "/opt/local/lib/libgcc/libquadmath.0.dylib" "$TEMPLATE/Contents/Frameworks"

cp -f "/scisoft/xop2.4/extensions/shadowvui/shadow3/libshadow3.so" "$TEMPLATE/Contents/Frameworks"
cp -f "/scisoft/xop2.4/extensions/shadowvui/shadow3/libshadow3c.so" "$TEMPLATE/Contents/Frameworks"
cp -f "/scisoft/xop2.4/extensions/shadowvui/shadow3/libshadow3c++.so" "$TEMPLATE/Contents/Frameworks"
cp -f "/Users/labx/Documents/workspace/shadow3/libshadow3.so" "$TEMPLATE/Contents/Frameworks"
cp -f "/Users/labx/Documents/workspace/shadow3/libshadow3c.so" "$TEMPLATE/Contents/Frameworks"
#cp -f "/scisoft/xop2.4/extensions/shadowvui/shadow3/libshadow3c++.so" "$TEMPLATE/Contents/Frameworks"


cp -f "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/orangeqt.so" "$SITE_PACKAGES"
Expand Down

0 comments on commit 843e808

Please sign in to comment.