mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-04-28 12:47:58 +03:00
build: replace gl_core_3_3.c with GLEW
This commit is contained in:
parent
0e04acd901
commit
a02eb0762a
26 changed files with 151 additions and 12129 deletions
|
@ -61,6 +61,11 @@ runs:
|
|||
shell: bash
|
||||
run: sudo port -N install pcre2 +universal
|
||||
|
||||
- name: "Build dependency: GLEW (universal)"
|
||||
if: steps.restore-cache.outputs.cache-hit != 'true'
|
||||
shell: bash
|
||||
run: sudo port -N install glew +universal
|
||||
|
||||
- name: "Build dependency: libsdl2 (universal)"
|
||||
if: steps.restore-cache.outputs.cache-hit != 'true'
|
||||
shell: bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue