Renamed the PLATFORM_LINUX_DESKTOP into PLATFORM_DESKTOP_LINUX.
This commit is contained in:
parent
db2ad9648d
commit
a471b6197a
2 changed files with 6 additions and 6 deletions
|
@ -24,7 +24,7 @@
|
|||
#**************************************************************************************************
|
||||
|
||||
# define raylib platform (by default, compile for RPI)
|
||||
# Other possible platforms: PLATFORM_DESKTOP PLATFORM_LINUX_DESKTOP
|
||||
# Other possible platforms: PLATFORM_DESKTOP PLATFORM_DESKTOP_LINUX
|
||||
PLATFORM ?= PLATFORM_RPI
|
||||
|
||||
# define raylib graphics api depending on selected platform
|
||||
|
@ -120,7 +120,7 @@ clean:
|
|||
ifeq ($(PLATFORM),PLATFORM_RPI)
|
||||
rm -f *.o libraylib.a
|
||||
else
|
||||
ifeq ($(PLATFORM),PLATFORM_LINUX_DESKTOP)
|
||||
ifeq ($(PLATFORM),PLATFORM_DESKTOP_LINUX)
|
||||
find . -type f -executable -delete
|
||||
rm -f *.o libraylib.a
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue