Revert default graphics version change
This commit is contained in:
parent
35f35bb4d5
commit
d7a0dee83e
2 changed files with 2 additions and 3 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -125,7 +125,6 @@ jobs:
|
||||||
-D BUILD_SHARED_LIBS=ON \
|
-D BUILD_SHARED_LIBS=ON \
|
||||||
-D BUILD_EXAMPLES=OFF \
|
-D BUILD_EXAMPLES=OFF \
|
||||||
-D CMAKE_C_FLAGS="${{ matrix.cflags }}" \
|
-D CMAKE_C_FLAGS="${{ matrix.cflags }}" \
|
||||||
-D GRAPHICS=GRAPHICS_API_OPENGL_43
|
|
||||||
cmake --build build --config Release
|
cmake --build build --config Release
|
||||||
|
|
||||||
- name: upload build
|
- name: upload build
|
||||||
|
|
@ -193,8 +192,7 @@ jobs:
|
||||||
-D CMAKE_BUILD_TYPE=Release \
|
-D CMAKE_BUILD_TYPE=Release \
|
||||||
-D BUILD_SHARED_LIBS=ON \
|
-D BUILD_SHARED_LIBS=ON \
|
||||||
-D BUILD_EXAMPLES=OFF \
|
-D BUILD_EXAMPLES=OFF \
|
||||||
-D CMAKE_C_FLAGS="${{ matrix.cflags }}" \
|
-D CMAKE_C_FLAGS="${{ matrix.cflags }}"
|
||||||
-D GRAPHICS=GRAPHICS_API_OPENGL_43
|
|
||||||
cmake --build build --config Release
|
cmake --build build --config Release
|
||||||
|
|
||||||
- name: upload build
|
- name: upload build
|
||||||
|
|
|
||||||
|
|
@ -33,6 +33,7 @@
|
||||||
<CMakeArgs Include="-D CMAKE_BUILD_TYPE=$(Configuration)" />
|
<CMakeArgs Include="-D CMAKE_BUILD_TYPE=$(Configuration)" />
|
||||||
<CMakeArgs Include="-D BUILD_SHARED_LIBS=ON" />
|
<CMakeArgs Include="-D BUILD_SHARED_LIBS=ON" />
|
||||||
<CMakeArgs Include="-D BUILD_EXAMPLES=OFF" />
|
<CMakeArgs Include="-D BUILD_EXAMPLES=OFF" />
|
||||||
|
<!-- <CMakeArgs Include="-D GRAPHICS=GRAPHICS_API_OPENGL_43" /> -->
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<Target Name="ConfigureNative" BeforeTargets="BuildNative" Condition="$(SkipLocalBuild) != true">
|
<Target Name="ConfigureNative" BeforeTargets="BuildNative" Condition="$(SkipLocalBuild) != true">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue