Remove PLATFORM_RPI (#3232)
* Remove PLATFORM_RPI * remove build artifacts --------- Co-authored-by: MichaelFiber <michael@cubeofb.org> Co-authored-by: Ray <raysan5@gmail.com>
This commit is contained in:
parent
8cf76ec113
commit
18e9784c6d
35 changed files with 70 additions and 315 deletions
|
@ -32,7 +32,7 @@ RAYLIB_PATH ?= ..\..
|
|||
COMPILER_PATH ?= C:/raylib/w64devkit/bin
|
||||
|
||||
# Define default options
|
||||
# One of PLATFORM_DESKTOP, PLATFORM_RPI, PLATFORM_ANDROID, PLATFORM_WEB
|
||||
# One of PLATFORM_DESKTOP, PLATFORM_ANDROID, PLATFORM_WEB
|
||||
PLATFORM ?= PLATFORM_DESKTOP
|
||||
|
||||
# Locations of your newly installed library and associated headers. See ../src/Makefile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue