mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
more bug fixes for libs, especially serial, and a threading issue
This commit is contained in:
@@ -9,6 +9,7 @@ then
|
||||
else
|
||||
echo Setting up directories to build for linux...
|
||||
cp -r ../shared work
|
||||
cp -r ../../lib work/libraries
|
||||
|
||||
cd work
|
||||
unzip -q examples.zip
|
||||
|
||||
@@ -18,6 +18,8 @@ else
|
||||
echo Setting up directories to build under Mac OS X
|
||||
cp -r ../shared work
|
||||
|
||||
cp -r ../../lib work/libraries
|
||||
|
||||
echo Extracting examples...
|
||||
cd work
|
||||
unzip -q examples.zip
|
||||
|
||||
@@ -12,6 +12,8 @@ else
|
||||
rm -f work/.DS_Store
|
||||
# in case one of those little mac poopers show up
|
||||
|
||||
cp -r ../../lib work/libraries
|
||||
|
||||
echo Extracting examples...
|
||||
cd work
|
||||
unzip -q examples.zip
|
||||
|
||||
Reference in New Issue
Block a user