mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 09:39:19 +01:00
get external editor working, also only build preproc when new work dir
This commit is contained in:
@@ -5,9 +5,10 @@
|
||||
|
||||
if test -d work
|
||||
then
|
||||
echo
|
||||
BUILD_PREPROC=false
|
||||
else
|
||||
echo Setting up directories to build for linux...
|
||||
BUILD_PREPROC=true
|
||||
cp -r ../shared work
|
||||
cp -r ../../lib work/libraries
|
||||
|
||||
|
||||
Reference in New Issue
Block a user