mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
more tweaks for building
This commit is contained in:
@@ -55,7 +55,7 @@ cp -r work/lib/export processing/lib/
|
||||
rm -rf processing/lib/export/CVS
|
||||
|
||||
# get jikes and depedencies
|
||||
gunzip < jikes.exe.gz > processing/jikes.exe
|
||||
gunzip < dist/jikes.gz > processing/jikes.exe
|
||||
chmod +x processing/jikes.exe
|
||||
|
||||
# get platform-specific goodies from the dist dir
|
||||
|
||||
@@ -61,7 +61,7 @@ else
|
||||
chmod +x work/win32com.dll
|
||||
|
||||
# get jikes and depedencies
|
||||
gunzip < jikes.exe.gz > work/jikes.exe
|
||||
gunzip < dist/jikes.gz > work/jikes.exe
|
||||
chmod +x work/jikes.exe
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user