mirror of
https://github.com/raysan5/raylib.git
synced 2026-04-27 09:07:25 -04:00
Fix uninstall process to remove rcamera header file (#5671)
Co-authored-by: 0x00650a <Ox00650a@inter.net>
This commit is contained in:
@ -959,6 +959,7 @@ ifeq ($(ROOT),root)
|
|||||||
endif
|
endif
|
||||||
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)/rcamera.h
|
||||||
rm --force --interactive --verbose $(RAYLIB_H_INSTALL_PATH)/rlgl.h
|
rm --force --interactive --verbose $(RAYLIB_H_INSTALL_PATH)/rlgl.h
|
||||||
@echo "raylib development files removed!"
|
@echo "raylib development files removed!"
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user