소스 검색

Revert "Makefile change for cross compiling. (#3176)"

This reverts commit 70286c7cdc.
pull/3178/head
Ray 1 년 전
부모
커밋
e0c80f5ddd
1개의 변경된 파일0개의 추가작업 그리고 11개의 파일을 삭제
  1. +0
    -11
      src/Makefile

+ 0
- 11
src/Makefile 파일 보기

@ -308,17 +308,6 @@ ifeq ($(PLATFORM),PLATFORM_ANDROID)
AR = $(ANDROID_TOOLCHAIN)/bin/llvm-ar
endif
# This section is here to help handle cross compilation. eg build on Linux for Windows. If you are doing this, you better know what you are doing!
ifdef TARGET_OS
ifdef CROSS_CC
CC = ${CROSS_CC}
endif
ifdef CROSS_AR
AR = ${CROSS_AR}
endif
PLATFORM_OS = ${TARGET_OS}
endif
# Define compiler flags: CFLAGS
#------------------------------------------------------------------------------------------------
# -O1 defines optimization level

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