mirror of https://github.com/stella-emu/stella.git
Add the actual lib for the linker.
This commit is contained in:
parent
b209f56df2
commit
11c2776508
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue