mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-06 18:06:28 +00:00
Removed physac #2543
This commit is contained in:
@@ -738,7 +738,6 @@ ifeq ($(ROOT),root)
|
|||||||
cp --update raylib.h $(RAYLIB_H_INSTALL_PATH)/raylib.h
|
cp --update raylib.h $(RAYLIB_H_INSTALL_PATH)/raylib.h
|
||||||
cp --update raymath.h $(RAYLIB_H_INSTALL_PATH)/raymath.h
|
cp --update raymath.h $(RAYLIB_H_INSTALL_PATH)/raymath.h
|
||||||
cp --update rlgl.h $(RAYLIB_H_INSTALL_PATH)/rlgl.h
|
cp --update rlgl.h $(RAYLIB_H_INSTALL_PATH)/rlgl.h
|
||||||
cp --update extras/physac.h $(RAYLIB_H_INSTALL_PATH)/physac.h
|
|
||||||
@echo "raylib development files installed/updated!"
|
@echo "raylib development files installed/updated!"
|
||||||
else
|
else
|
||||||
@echo "This function currently works on GNU/Linux systems. Add yours today (^;"
|
@echo "This function currently works on GNU/Linux systems. Add yours today (^;"
|
||||||
@@ -766,7 +765,6 @@ ifeq ($(ROOT),root)
|
|||||||
rm --force --interactive --verbose $(RAYLIB_H_INSTALL_PATH)/raylib.h
|
rm --force --interactive --verbose $(RAYLIB_H_INSTALL_PATH)/raylib.h
|
||||||
rm --force --interactive --verbose $(RAYLIB_H_INSTALL_PATH)/raymath.h
|
rm --force --interactive --verbose $(RAYLIB_H_INSTALL_PATH)/raymath.h
|
||||||
rm --force --interactive --verbose $(RAYLIB_H_INSTALL_PATH)/rlgl.h
|
rm --force --interactive --verbose $(RAYLIB_H_INSTALL_PATH)/rlgl.h
|
||||||
rm --force --interactive --verbose $(RAYLIB_H_INSTALL_PATH)/physac.h
|
|
||||||
@echo "raylib development files removed!"
|
@echo "raylib development files removed!"
|
||||||
else
|
else
|
||||||
@echo "This function currently works on GNU/Linux systems. Add yours today (^;"
|
@echo "This function currently works on GNU/Linux systems. Add yours today (^;"
|
||||||
|
Reference in New Issue
Block a user