소스 검색

Fix build results path on Linux and RPi (#2218)

Built files should be put into src/ not into the project root
as it was now on these platforms
pull/2233/head
Tomas S 3 년 전
committed by GitHub
부모
커밋
87fa23beee
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일0개의 추가작업 그리고 10개의 파일을 삭제
  1. +0
    -10
      src/Makefile

+ 0
- 10
src/Makefile 파일 보기

@ -144,16 +144,6 @@ ifeq ($(PLATFORM),PLATFORM_DRM)
endif
endif
# RAYLIB_SRC_PATH adjustment for different platforms.
# If using GNU make, we can get the full path to the top of the tree. Windows? BSD?
# Required for ldconfig or other tools that do not perform path expansion.
ifeq ($(PLATFORM), $(filter $(PLATFORM),PLATFORM_DESKTOP PLATFORM_RPI))
ifeq ($(PLATFORM_OS),LINUX)
RAYLIB_PREFIX ?= ..
RAYLIB_SRC_PATH = $(realpath $(RAYLIB_PREFIX))
endif
endif
ifeq ($(PLATFORM),PLATFORM_WEB)
# Emscripten required variables
EMSDK_PATH ?= C:/emsdk

불러오는 중...
취소
저장