Changeset 3588
- Timestamp:
- Jan 31, 2023, 2:45:33 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/sdks/LIBSDL2.kmk
r3587 r3588 143 143 # General Properties used by kBuild 144 144 ifndef SDK_LIBSDL2_INCS 145 if neq ($(wildcard $(PATH_SDK_LIBSDL2)/include/SDL/),)145 if exists("$(PATH_SDK_LIBSDL2)/include/SDL2/") 146 146 SDK_LIBSDL2_INCS := $(PATH_SDK_LIBSDL2)/include/SDL2 147 147 else
Note:
See TracChangeset
for help on using the changeset viewer.