Skip to content

Commit

Permalink
build_distro.sh: Set $CLASSPATH before make.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryzhyk committed Nov 24, 2020
1 parent 90b2c26 commit 1a4e702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_distro.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ cd ../../
# First copy Java sources only, then build and copy the .jar.
cp -r java "$DIST_DIR/"
cd java
make
CLASSPATH=. make
cd ..
cp java/ddlogapi.jar "$DIST_DIR/java/"
cp java/ddlogapi_DDlogAPI.h "$DIST_DIR/java/"
Expand Down

0 comments on commit 1a4e702

Please sign in to comment.