mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Fix install command of src/ makefile
This commit is contained in:
@ -222,10 +222,10 @@ ifeq ($(ROOT),root)
|
||||
# /usr/local/include/) are for libraries that are installed
|
||||
# manually (without a package manager).
|
||||
ifeq ($(SHARED),YES)
|
||||
cp --update libraylib.so /usr/local/lib/libraylib.so
|
||||
cp --update $(OUTPUT_PATH)/libraylib.so /usr/local/lib/libraylib.so
|
||||
else
|
||||
cp --update raylib.h /usr/local/include/raylib.h
|
||||
cp --update libraylib.a /usr/local/lib/libraylib.a
|
||||
cp --update $(OUTPUT_PATH)/libraylib.a /usr/local/lib/libraylib.a
|
||||
endif
|
||||
@echo "raylib dev files installed/updated!"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user