Skip to content

Commit

Permalink
build: add support for macOS SDK 10.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Spasi committed Oct 11, 2019
1 parent 26a43b8 commit 4d444a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions config/macos/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
</sequential>
</macrodef>

<find-sdkroot version="10.15"/>
<find-sdkroot version="10.14"/>
<find-sdkroot version="10.13"/>
<find-sdkroot version="10.12"/>
Expand Down
2 changes: 1 addition & 1 deletion doc/notes/3.2.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This build includes the following changes:

#### Improvements

- macOS: Shared libraries are now built with Xcode 10.3 (up from 10.0)
- macOS: Shared libraries are now built with Xcode 11.1 (up from 10.0)
- GLFW: Added overrides for internally loaded shared libraries.
* Useful when there's a mismatch with the library loaded by LWJGL.
* `GLFWNativeEGL.setEGLPath` & `GLFWNativeEGL.setGLESPath`
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>org.lwjgl</groupId>
<artifactId>lwjgl</artifactId>
<version>3.2.3-SNAPSHOT</version>
<version>3.2.3</version>

<name>LWJGL</name>
<description>The LWJGL core library.</description>
Expand Down

0 comments on commit 4d444a5

Please sign in to comment.