Parcourir la source

remove path override/change for linux (#5641)

pull/5645/head
Thomas Anderson il y a 3 jours
committed by GitHub
Parent
révision
64e8bfcfb6
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: B5690EEEBB952194
1 fichiers modifiés avec 0 ajouts et 9 suppressions
  1. +0
    -9
      examples/Makefile

+ 0
- 9
examples/Makefile Voir le fichier

@ -155,15 +155,6 @@ ifeq ($(TARGET_PLATFORM),PLATFORM_DRM)
endif
endif
# RAYLIB_PATH adjustment for LINUX platform
# TODO: Do we really need this?
ifeq ($(TARGET_PLATFORM),PLATFORM_DESKTOP_GLFW)
ifeq ($(PLATFORM_OS),LINUX)
RAYLIB_PREFIX ?= ..
RAYLIB_PATH = $(realpath $(RAYLIB_PREFIX))
endif
endif
# Default path for raylib on Raspberry Pi
ifeq ($(TARGET_PLATFORM),PLATFORM_DRM)
RAYLIB_PATH ?= /home/pi/raylib

Chargement…
Annuler
Enregistrer