Browse Source

Update Makefile

main
JupiterRider 2 years ago committed by GitHub
parent
commit
895e2e4b66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/Makefile

2
src/Makefile

@ -127,6 +127,7 @@ endif @@ -127,6 +127,7 @@ endif
# Define raylib release directory for compiled library
RAYLIB_RELEASE_PATH ?= $(RAYLIB_PATH)/src
ifeq ($(OS),Windows_NT)
ifeq ($(PLATFORM),PLATFORM_WEB)
# Emscripten required variables
EMSDK_PATH ?= C:/emsdk
@ -136,6 +137,7 @@ ifeq ($(PLATFORM),PLATFORM_WEB) @@ -136,6 +137,7 @@ ifeq ($(PLATFORM),PLATFORM_WEB)
NODE_PATH = $(EMSDK_PATH)/node/14.15.5_64bit/bin
export PATH = $(EMSDK_PATH);$(EMSCRIPTEN_PATH);$(CLANG_PATH);$(NODE_PATH);$(PYTHON_PATH):$$(PATH)
endif
endif
# Define default C compiler: CC
#------------------------------------------------------------------------------------------------

Loading…
Cancel
Save