Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
GillesDuvert committed Nov 16, 2023
1 parent 95d61ac commit baef568
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/build_gdl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -605,8 +605,9 @@ function pack_gdl {
#add dependency of plplot.
found_dylibs=()
copy_dylibs_recursive Resources/bin/gdl @executable_path/../../Frameworks Frameworks
cp -pa $(brew --prefix)/lib/libcsirocsa*.dylib Frameworks
cp -pa $(brew --prefix)/lib/libqsastime*.dylib Frameworks
cp -pa $(brew --prefix)/lib/libcsirocsa.*dylib Frameworks
cp -pa $(brew --prefix)/lib/libqsastime.*dylib Frameworks
cp -pa $(brew --prefix)/lib/libsz.*dylib Frameworks

echo '<?xml version="1.0" encoding="UTF-8"?>' > Info.plist
echo '<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">' >> Info.plist
Expand Down

0 comments on commit baef568

Please sign in to comment.