Add the actual lib for the linker.

This commit is contained in:
Christian Speckner 2025-05-29 22:35:14 +02:00
parent b209f56df2
commit 11c2776508
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +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 -lSDL3" ./configure
make -j2 all
macos: