REMOVED: Physac projects #2551

This commit is contained in:
Ray 2022-06-24 20:44:40 +02:00
parent 1211047e1c
commit e4972f4cdd
8 changed files with 0 additions and 1951 deletions

View file

@ -290,8 +290,6 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
# Libraries for Windows desktop compilation
# NOTE: WinMM library required to set high-res timer resolution
LDLIBS = -lraylib -lopengl32 -lgdi32 -lwinmm
# Required for physac examples
#LDLIBS += -static -lpthread
endif
ifeq ($(PLATFORM_OS),LINUX)
# Libraries for Debian GNU/Linux desktop compiling