Skip to content

Commit

Permalink
Revert "Makefile change for cross compiling. (#3176)"
Browse files Browse the repository at this point in the history
This reverts commit 70286c7.
  • Loading branch information
raysan5 committed Jul 16, 2023
1 parent 86f95d7 commit e0c80f5
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e0c80f5

Please sign in to comment.