Browse Source

Update Makefile

pull/1470/head
raysan5 4 years ago
parent
commit
3e041a27b1
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/Makefile

+ 0
- 1
src/Makefile View File

@ -404,7 +404,6 @@ ifeq ($(PLATFORM),PLATFORM_RPI)
INCLUDE_PATHS += -I$(RPI_TOOLCHAIN_SYSROOT)/opt/vc/include
INCLUDE_PATHS += -I$(RPI_TOOLCHAIN_SYSROOT)/opt/vc/include/interface/vmcs_host/linux
INCLUDE_PATHS += -I$(RPI_TOOLCHAIN_SYSROOT)/opt/vc/include/interface/vcos/pthreads
INCLUDE_PATHS += -I$(RPI_TOOLCHAIN_SYSROOT)/opt/vc/include/interface/vcos/pthreads
endif
ifeq ($(PLATFORM),PLATFORM_DRM)
# DRM required libraries

Loading…
Cancel
Save