Skip to content

Commit

Permalink
Explicitly include a boost "windows" folder even on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
danstowell committed Feb 27, 2012
1 parent 2786193 commit 457b670
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package/package
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ if [ $package_type == "source" ]; then
fi

# Here we build a list of (many) files that are useless on linux, so as to build a slimline source.tar.bz2
find SuperCollider-Source -iname windows -or -iname osx -or -name "*.xcodeproj" -or -name scide_scapp -or -iname "iPhone*" > LinuxExclusions.txt
find SuperCollider-Source -iname windows -or -iname osx -or -name "*.xcodeproj" -or -name scide_scapp -or -iname "iPhone*" \
| grep -v "external_libraries/boost/boost/asio/windows" > LinuxExclusions.txt
echo 'SuperCollider-Source/SuperColliderAU
SuperCollider-Source/editors/Psycollider
SuperCollider-Source/platform/README OS X
Expand Down

0 comments on commit 457b670

Please sign in to comment.