diff options
author | Sven Gothel <[email protected]> | 2019-08-19 06:27:34 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-08-19 06:27:34 +0200 |
commit | c155194545769b9dada9408116b3f72aa53f583f (patch) | |
tree | 08bb67285fc571c45bd0dd5b080f11a07493471a /www | |
parent | c84e8e221dd7ba2f8608afcb0efee2276a2b2011 (diff) |
Bug 1363: Java 11: Validated build on Java11
Note: On Windows w/ CMake 3.15.2 and MingW64 8.1.0
openal-soft still doesn't build through yet (no regression, didn't build before).
I added the <arg line="-G 'MinGW Makefiles'"/> and had to
replace \cygwin\bin\sh.exe with a symbolic link to \cygwin\bin\bash.exe
to make it pass .. still WIP.
Compilation setup also claimed DSOUND headers were n/a.
Diffstat (limited to 'www')
-rw-r--r-- | www/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html index c307b7c..ff6236d 100644 --- a/www/index.html +++ b/www/index.html @@ -42,7 +42,7 @@ <p> The JOAL Project hosts a reference implementation of the Java bindings for OpenAL API, and is designed to provide - hardware-supported 3D spatialized audio for games written + hardware-supported 3D spatialized audio for applications written in Java. </p> <p> |