From d3808cde1afd543218bdd91cad2f513df80cf522 Mon Sep 17 00:00:00 2001 From: Kbz-8 Date: Mon, 16 Dec 2024 17:22:34 +0100 Subject: [PATCH] revert --- .github/workflows/macos_x86.yml | 7 +++---- Makefile | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/macos_x86.yml b/.github/workflows/macos_x86.yml index 41af27e..78433d2 100644 --- a/.github/workflows/macos_x86.yml +++ b/.github/workflows/macos_x86.yml @@ -29,10 +29,9 @@ jobs: uses: actions/checkout@v4 # Install system dependencies - - name: Setup SDL2 frameworks - uses: BrettDong/setup-sdl2-frameworks@main - with: - sdl2: latest + - name: Install Dependancies + run: | + brew install SDL2 # Build the lib - name: Build MacroLibX diff --git a/Makefile b/Makefile index 0f12752..06b084e 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ INCLUDES = -I./includes -I./runtime/Includes -I./runtime/Sources -I./third_party CXXPCHFLAGS = -xc++-header PCH = runtime/Includes/PreCompiled.h -GCH = +GCH = NZRRC = nzslc