summaryrefslogtreecommitdiffhomepage
path: root/src/Makefile
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2021-06-05 20:15:03 +0200
committerraysan5 <[email protected]>2021-06-05 20:15:03 +0200
commit246798a0ba12abe4c418c613bfcf7700d637d71b (patch)
tree8ebd941a1a44ad7c754e67d299129859150afeb3 /src/Makefile
parent88a8395b8e2d93ed801d0932513202caa45a0272 (diff)
downloadraylib-246798a0ba12abe4c418c613bfcf7700d637d71b.tar.gz
raylib-246798a0ba12abe4c418c613bfcf7700d637d71b.zip
Update Makefile
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index f28a050b..2943c89a 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -77,7 +77,7 @@ RAYLIB_MODULE_RAYGUI ?= FALSE
RAYLIB_MODULE_PHYSAC ?= FALSE
RAYLIB_MODULE_RAYGUI_PATH ?= $(RAYLIB_SRC_PATH)/../../raygui/src
-RAYLIB_MODULE_PHYSAC_PATH ?= $(RAYLIB_SRC_PATH)
+RAYLIB_MODULE_PHYSAC_PATH ?= $(RAYLIB_SRC_PATH)/extras
# Use external GLFW library instead of rglfw module
# TODO: Review usage of examples on Linux.
@@ -650,7 +650,7 @@ ifeq ($(ROOT),root)
cp --update raylib.h $(RAYLIB_H_INSTALL_PATH)/raylib.h
cp --update raymath.h $(RAYLIB_H_INSTALL_PATH)/raymath.h
cp --update rlgl.h $(RAYLIB_H_INSTALL_PATH)/rlgl.h
- cp --update physac.h $(RAYLIB_H_INSTALL_PATH)/physac.h
+ cp --update extras/physac.h $(RAYLIB_H_INSTALL_PATH)/physac.h
@echo "raylib development files installed/updated!"
else
@echo "This function currently works on GNU/Linux systems. Add yours today (^;"