mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
CMake based build system.
Some people might find this handly
This commit is contained in:
committed by
Benjamin N. summerton
parent
0fc1323c80
commit
e173db19f7
@ -332,7 +332,7 @@ else
|
||||
ifeq ($(PLATFORM_OS),LINUX)
|
||||
# compile raylib to shared library version for GNU/Linux.
|
||||
# WARNING: you should type "make clean" before doing this target
|
||||
$(CC) -shared -o $(OUTPUT_PATH)/libraylib.so $(OBJS) -lglfw3 -lGL -lopenal -lm -lpthread -ldl
|
||||
$(CC) -shared -o $(OUTPUT_PATH)/libraylib.so $(OBJS) -lglfw -lGL -lopenal -lm -lpthread -ldl
|
||||
@echo "raylib shared library generated (libraylib.so)!"
|
||||
endif
|
||||
ifeq ($(PLATFORM_OS),OSX)
|
||||
|
||||
Reference in New Issue
Block a user