Update SDL to 8cd908e

This commit is contained in:
Cameron Gutman 2022-05-07 14:18:39 -05:00
parent 2480849f39
commit c51a69c0dc
2 changed files with 6 additions and 1 deletions

View file

@ -54,6 +54,11 @@ macx {
INCLUDEPATH += $$PWD/../libs/mac/Frameworks/SDL2.framework/Versions/A/Headers
INCLUDEPATH += $$PWD/../libs/mac/Frameworks/SDL2_ttf.framework/Versions/A/Headers
LIBS += -L$$PWD/../libs/mac/lib -F$$PWD/../libs/mac/Frameworks
# QMake doesn't handle framework-style includes correctly on its own
QMAKE_CFLAGS += -F$$PWD/../libs/mac/Frameworks
QMAKE_CXXFLAGS += -F$$PWD/../libs/mac/Frameworks
QMAKE_OBJECTIVE_CFLAGS += -F$$PWD/../libs/mac/Frameworks
}
unix:!macx {

2
libs

@ -1 +1 @@
Subproject commit 473e7b028dff8c72193c289f6337d279939326a6
Subproject commit df0ff6c9cb994a37815398cd7bbaf88a4628a929