Skip to content

Commit da9e881

Browse files
0x00650a0x00650a
andauthored
Fix uninstall process to remove rcamera header file (#5671)
Co-authored-by: 0x00650a <Ox00650a@inter.net>
1 parent 2a3b28b commit da9e881

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -959,6 +959,7 @@ ifeq ($(ROOT),root)
959959
endif
960960
rm --force --interactive --verbose $(RAYLIB_H_INSTALL_PATH)/raylib.h
961961
rm --force --interactive --verbose $(RAYLIB_H_INSTALL_PATH)/raymath.h
962+
rm --force --interactive --verbose $(RAYLIB_H_INSTALL_PATH)/rcamera.h
962963
rm --force --interactive --verbose $(RAYLIB_H_INSTALL_PATH)/rlgl.h
963964
@echo "raylib development files removed!"
964965
else

0 commit comments

Comments
 (0)