mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 18:32:44 +00:00
(PS3) Fix to Makefile for Win
This commit is contained in:
parent
beeb660103
commit
89b99428f9
@ -8,12 +8,13 @@ STRIPPING_ENABLE = 0
|
||||
## Platform detection from nall/Makefile. Only two applicable hosts for PS3 SDK.
|
||||
ifeq ($(platform),)
|
||||
uname := $(shell uname -a)
|
||||
endif
|
||||
|
||||
ifeq ($(uname),)
|
||||
platform := win
|
||||
else
|
||||
platform := linux
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(platform),win)
|
||||
HOST_DIR := host-win32
|
||||
|
Loading…
x
Reference in New Issue
Block a user