Skip to content

Commit

Permalink
Update build.command
Browse files Browse the repository at this point in the history
  • Loading branch information
n1ckfg committed Nov 12, 2021
1 parent 72ef580 commit 96a00c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build.command
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )"
cd $DIR

mkdir build/opencv_processing
javac -cp /Applications/Processing.app/Contents/Java/core.jar gab/opencv/*.java
javac -cp /Applications/Processing.app/Contents/Java/core.jar:/Users/nick/Development/Processing/Processing4/libraries/opencv_processing/library/opencv-245.jar gab/opencv/*.java
mv opencv_processing/*.class build/opencv_processing/
cd build
jar cvfm ../opencv_processing.jar manifest.txt opencv_processing/*.class
Expand Down

0 comments on commit 96a00c3

Please sign in to comment.