mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-06 06:13:10 +00:00
Fix examples Makefile for SDL (#3486)
This commit is contained in:
parent
ec91b44fb6
commit
15632876f7
@ -52,6 +52,9 @@ PROJECT_NAME ?= raylib_examples
|
|||||||
RAYLIB_VERSION ?= 5.0.0
|
RAYLIB_VERSION ?= 5.0.0
|
||||||
RAYLIB_PATH ?= ..
|
RAYLIB_PATH ?= ..
|
||||||
|
|
||||||
|
# Define raylib source code path
|
||||||
|
RAYLIB_SRC_PATH ?= ../src
|
||||||
|
|
||||||
# Locations of raylib.h and libraylib.a/libraylib.so
|
# Locations of raylib.h and libraylib.a/libraylib.so
|
||||||
# NOTE: Those variables are only used for PLATFORM_OS: LINUX, BSD
|
# NOTE: Those variables are only used for PLATFORM_OS: LINUX, BSD
|
||||||
RAYLIB_INCLUDE_PATH ?= /usr/local/include
|
RAYLIB_INCLUDE_PATH ?= /usr/local/include
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user