diff options
| author | MichaelFiber <[email protected]> | 2023-09-07 11:42:28 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-09-07 17:42:28 +0200 |
| commit | 18e9784c6d2f05ea82d5be0b86913b870e4fcf88 (patch) | |
| tree | 6b15d827857472a4fbc9bf2c00be8bebbf25dba5 /projects/VSCode | |
| parent | 8cf76ec113a049d60aa5d221543d35b8ddf25dcc (diff) | |
| download | raylib-18e9784c6d2f05ea82d5be0b86913b870e4fcf88.tar.gz raylib-18e9784c6d2f05ea82d5be0b86913b870e4fcf88.zip | |
Remove PLATFORM_RPI (#3232)
* Remove PLATFORM_RPI
* remove build artifacts
---------
Co-authored-by: MichaelFiber <[email protected]>
Co-authored-by: Ray <[email protected]>
Diffstat (limited to 'projects/VSCode')
| -rw-r--r-- | projects/VSCode/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/VSCode/Makefile b/projects/VSCode/Makefile index 9ab042e8..a2a26f09 100644 --- a/projects/VSCode/Makefile +++ b/projects/VSCode/Makefile @@ -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 |
