diff options
author | Sylvestre Ledru <[email protected]> | 2012-01-09 17:13:14 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-01-09 17:13:14 +0100 |
commit | d959cf4c79ff5b44a907f6cefffab2234ff12eff (patch) | |
tree | f239c8fce94741ec58b1d4dc4b10c48917ad8d38 /make/build-nativewindow.xml | |
parent | 3bde06d31680fc1e1d63fdef736208ed1dea9965 (diff) |
Fix Bug 546: Provide more information about the system
Diffstat (limited to 'make/build-nativewindow.xml')
-rw-r--r-- | make/build-nativewindow.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/build-nativewindow.xml b/make/build-nativewindow.xml index ba2af55b5..1b28a5d92 100644 --- a/make/build-nativewindow.xml +++ b/make/build-nativewindow.xml @@ -671,6 +671,7 @@ </patternset> <echo message="Compiling @{output.lib.name}" /> + <echo message="java.lib.dir.platform: ${java.lib.dir.platform}" /> <!-- have to wrap cc task with outofdate, because otherwise cc links a new library even when no files have been compiled --> |