Parcourir la source

Fix examples Makefile for SDL (#3486)

pull/3488/head
ubkp il y a 1 an
committed by GitHub
Parent
révision
15632876f7
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. +3
    -0
      examples/Makefile

+ 3
- 0
examples/Makefile Voir le fichier

@ -52,6 +52,9 @@ PROJECT_NAME ?= raylib_examples
RAYLIB_VERSION ?= 5.0.0
RAYLIB_PATH ?= ..
# Define raylib source code path
RAYLIB_SRC_PATH ?= ../src
# Locations of raylib.h and libraylib.a/libraylib.so
# NOTE: Those variables are only used for PLATFORM_OS: LINUX, BSD
RAYLIB_INCLUDE_PATH ?= /usr/local/include

Chargement…
Annuler
Enregistrer