mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Some tweaks
This commit is contained in:
@ -325,12 +325,12 @@ else
|
||||
endif
|
||||
ifeq ($(PLATFORM),PLATFORM_ANDROID)
|
||||
$(CC) -shared -o $(OUTPUT_PATH)/libraylib.so $(OBJS)
|
||||
@echo "raylib shared library (libraylib.so) generated!"
|
||||
@echo "raylib shared library generated (libraylib.so)!"
|
||||
endif
|
||||
else
|
||||
# compile raylib static library.
|
||||
$(AR) rcs $(OUTPUT_PATH)/libraylib.a $(OBJS)
|
||||
@echo "libraylib.a generated (static library)!"
|
||||
@echo "raylib static library generated (libraylib.a)!"
|
||||
ifeq ($(SHARED_OPENAL),NO)
|
||||
@echo "expected OpenAL Soft static library linking"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user