use PLAYDATE_SDK_PATH

This commit is contained in:
Eric Lewis 2022-04-01 14:55:09 -04:00 committed by Ryan C. Gordon
parent 40eb77bfa1
commit 76b1e0224f
No known key found for this signature in database
GPG key ID: FA148B892AB48044

View file

@ -3456,7 +3456,7 @@ if(APPLE)
endif()
if(PLAYDATE)
target_include_directories(sdl-build-options INTERFACE "${SDK}/C_API")
target_include_directories(sdl-build-options INTERFACE "${PLAYDATE_SDK_PATH}/C_API")
endif()
if(SDL_SHARED)