mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
(Mingw) Add program files include dir check
This commit is contained in:
parent
be95858b16
commit
297abae623
@ -611,6 +611,10 @@ endif
|
||||
|
||||
ifneq ($(findstring Win32,$(OS)),)
|
||||
OBJ += ui/drivers/ui_win32.o
|
||||
|
||||
if [ -d "$(ProgramFiles)/Microsoft SDKs/Windows/v7.0A/Include" ]; then
|
||||
DEFINES += -I"$(ProgramFiles)/Microsoft SDKs/Windows/v7.0A/Include"
|
||||
fi
|
||||
endif
|
||||
|
||||
# Video
|
||||
|
Loading…
x
Reference in New Issue
Block a user