Skip to content

Commit

Permalink
Remove references to "skip-native" as it was removed a long time ago
Browse files Browse the repository at this point in the history
... replaced it with the "-native" property
  • Loading branch information
matthiasblaesing committed Aug 4, 2018
1 parent df9511f commit b62607c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
(cross-compile currently only configured/tested on w32ce-arm and
android targets)
Use ANT_OPTS=-Dskip-native=false to build native parts, or directly
Use ANT_OPTS=-D-native=true to build native parts, or directly
invoke the native or test targets
Use ANT_OPTS=-Dheadless to run tests headless
Use ANT_OPTS=-Drelease to stage a final, non-snapshot version
Expand Down
3 changes: 2 additions & 1 deletion www/Contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ gcc, autotools (for libffi), ant (1.8+), a JDK (1.4+), and a few other typical
command-line utilities available. Feel free to report any issues, we'll
generally pull build fixes immediately.

Native bits are built by passing `-Dskip-native=false` to `ant`. It's
Native bits are built by invoking `ant native`. The build system is configured
to rebuild the native library automaticly if necessary. It's
safe to skip the native build as long as your modifications are restricted to
Java code.

Expand Down

0 comments on commit b62607c

Please sign in to comment.