This commit is contained in:
Kbz-8
2024-12-16 17:22:34 +01:00
parent 9183e7c1e8
commit d3808cde1a
2 changed files with 4 additions and 5 deletions

View File

@@ -29,10 +29,9 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
# Install system dependencies # Install system dependencies
- name: Setup SDL2 frameworks - name: Install Dependancies
uses: BrettDong/setup-sdl2-frameworks@main run: |
with: brew install SDL2
sdl2: latest
# Build the lib # Build the lib
- name: Build MacroLibX - name: Build MacroLibX

View File

@@ -34,7 +34,7 @@ INCLUDES = -I./includes -I./runtime/Includes -I./runtime/Sources -I./third_party
CXXPCHFLAGS = -xc++-header CXXPCHFLAGS = -xc++-header
PCH = runtime/Includes/PreCompiled.h PCH = runtime/Includes/PreCompiled.h
GCH = GCH =
NZRRC = nzslc NZRRC = nzslc