mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-04-03 11:09:40 -04:00
Revert default graphics version change (#219)
This commit is contained in:
parent
35f35bb4d5
commit
a94a92afb6
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -124,8 +124,7 @@ jobs:
|
||||
-D CMAKE_BUILD_TYPE=Release \
|
||||
-D BUILD_SHARED_LIBS=ON \
|
||||
-D BUILD_EXAMPLES=OFF \
|
||||
-D CMAKE_C_FLAGS="${{ matrix.cflags }}" \
|
||||
-D GRAPHICS=GRAPHICS_API_OPENGL_43
|
||||
-D CMAKE_C_FLAGS="${{ matrix.cflags }}"
|
||||
cmake --build build --config Release
|
||||
|
||||
- name: upload build
|
||||
@ -193,8 +192,7 @@ jobs:
|
||||
-D CMAKE_BUILD_TYPE=Release \
|
||||
-D BUILD_SHARED_LIBS=ON \
|
||||
-D BUILD_EXAMPLES=OFF \
|
||||
-D CMAKE_C_FLAGS="${{ matrix.cflags }}" \
|
||||
-D GRAPHICS=GRAPHICS_API_OPENGL_43
|
||||
-D CMAKE_C_FLAGS="${{ matrix.cflags }}"
|
||||
cmake --build build --config Release
|
||||
|
||||
- name: upload build
|
||||
|
@ -33,6 +33,7 @@
|
||||
<CMakeArgs Include="-D CMAKE_BUILD_TYPE=$(Configuration)" />
|
||||
<CMakeArgs Include="-D BUILD_SHARED_LIBS=ON" />
|
||||
<CMakeArgs Include="-D BUILD_EXAMPLES=OFF" />
|
||||
<!-- <CMakeArgs Include="-D GRAPHICS=GRAPHICS_API_OPENGL_43" /> -->
|
||||
</ItemGroup>
|
||||
|
||||
<Target Name="ConfigureNative" BeforeTargets="BuildNative" Condition="$(SkipLocalBuild) != true">
|
||||
|
Loading…
x
Reference in New Issue
Block a user