mirror of
https://github.com/godotengine/godot-angle-static.git
synced 2026-01-06 02:09:55 +03:00
Compare commits
4 Commits
chromium/6
...
chromium/6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5b179da688 | ||
|
|
4c3ee872b5 | ||
|
|
81fb08a490 | ||
|
|
1c2e321260 |
9
.github/workflows/ci.yaml
vendored
9
.github/workflows/ci.yaml
vendored
@@ -121,15 +121,6 @@ jobs:
|
||||
artifact-path-gles: bin/libGLES.windows.arm64.lib
|
||||
flags: use_mingw=no arch=arm64
|
||||
|
||||
- name: 🏁 Windows - MSVC arm32
|
||||
platform: windows
|
||||
os: windows-2019
|
||||
artifact-name: godot-angle-static-arm32-msvc-release
|
||||
artifact-path-angle: bin/libANGLE.windows.arm32.lib
|
||||
artifact-path-egl: bin/libEGL.windows.arm32.lib
|
||||
artifact-path-gles: bin/libGLES.windows.arm32.lib
|
||||
flags: use_mingw=no arch=arm32
|
||||
|
||||
# MinGW/GCC libs using MSVCRT
|
||||
- name: 🏁 Windows - MinGW/GCC (MSVCRT) x86_64
|
||||
platform: windows
|
||||
|
||||
@@ -799,6 +799,7 @@ if env["platform"] == "macos":
|
||||
env.Append(CCFLAGS=["-fno-objc-arc", "-fno-objc-msgsend-selector-stubs", "-Wno-unused-command-line-argument"])
|
||||
if env["platform"] == "windows":
|
||||
env.Append(CPPDEFINES=[("ANGLE_IS_WIN", 1)])
|
||||
env.Append(CPPDEFINES=[("ANGLE_WINDOWS_NO_FUTEX", 1)])
|
||||
env.Append(
|
||||
CPPDEFINES=[
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user