瀏覽代碼

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
沒有發現已知的金鑰在資料庫的簽署中 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
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) ifeq ($(PLATFORM),PLATFORM_WEB)
# Emscripten required variables # Emscripten required variables
EMSDK_PATH ?= C:/emsdk EMSDK_PATH ?= C:/emsdk

Loading…
取消
儲存