port to SDL3

closes #1
This commit is contained in:
Jakob Hördt 2025-07-06 18:02:10 +02:00
parent 95233f5fbe
commit 2c24a938c5
3 changed files with 30 additions and 37 deletions

View file

@ -1,2 +1,2 @@
#!/bin/bash
clang++ -Wall -std=c++26 -O2 -g -o main main.cpp -fuse-ld=mold `pkg-config --libs --cflags sdl2`
clang++ -Wall -std=c++26 -O2 -g -o main main.cpp -fuse-ld=mold `pkg-config --libs --cflags sdl3`