Skip to content

Commit 990c738

Browse files
committed
fixup
1 parent d921f62 commit 990c738

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/aui.views/src/AUI/GL/gl.h b/aui.views/src/AUI/GL/gl.h
2-
index 64209c6..7d17f0d 100644
2+
index 64209c6..062af7b 100644
33
--- a/aui.views/src/AUI/GL/gl.h
44
+++ b/aui.views/src/AUI/GL/gl.h
55
@@ -10,7 +10,9 @@
@@ -12,11 +12,10 @@ index 64209c6..7d17f0d 100644
1212
#if AUI_PLATFORM_ANDROID
1313
#include <GLES3/gl3.h>
1414
#include <GLES3/gl31.h>
15-
@@ -26,5 +28,7 @@ extern "C" {
16-
#else
15+
@@ -27,4 +29,6 @@ extern "C" {
1716
#include <GL/glew.h>
1817
#include <GL/gl.h>
19-
+#if !AUI_PLATFORM_MACOS
20-
+#endif
2118
#endif
19+
+#if !AUI_PLATFORM_MACOS
2220
}
21+
+#endif

packages/a/aui/xmake.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ package("aui")
88

99
add_versions("v7.1.2", "a4cf965c50d75e20a319c9c8b231ad9c13c25a06ad303e1eb65d1ff141b1f85c")
1010
add_patches("v7.1.2", "patches/v7.1.2/debundle.diff", "1eb3da88e82503e6a9a893c112b4dd97909341905fe0e28d3fb5a4d2a50075ea")
11-
add_patches("v7.1.2", "patches/v7.1.2/fix-osx-enforce-cpp-template.diff", "4fece6a39d0cae0611d572827d5ab5d2ba09e77b322756cd4abced395fd36bbd")
11+
add_patches("v7.1.2", "patches/v7.1.2/fix-osx-enforce-cpp-template.diff", "eef4147a8b037552887777cd497c190ecc22514bb11fb3a3d6ea433a78cce61b")
1212

1313
add_deps("cmake")
1414
if is_subhost("windows") then

0 commit comments

Comments
 (0)