This commit is contained in:
Christian Speckner 2025-05-29 22:22:37 +02:00
parent b9250e2c9c
commit 351c1c9dd1
1 changed files with 1 additions and 2 deletions

View File

@ -26,8 +26,7 @@ jobs:
make -j2 install
- name: Build Stella
run: |
CXXFLAGS="-I `pwd`/../SDL3/prefix/include -O2 -g" LDFLAGS="-L `pwd`/../SDL3/prefix/lib"
./configure
CXXFLAGS="-I `pwd`/../SDL3/prefix/include -O2 -g" LDFLAGS="-L `pwd`/../SDL3/prefix/lib" ./configure
make -j2 all
macos: