summaryrefslogtreecommitdiffhomepage
path: root/projects/4coder
diff options
context:
space:
mode:
authorRay <[email protected]>2022-06-24 20:44:40 +0200
committerRay <[email protected]>2022-06-24 20:44:40 +0200
commite4972f4cdd3432fc8abf46c9f82656fd96037ef2 (patch)
tree56f199e3155711d115668cbf0efea991641d0f82 /projects/4coder
parent1211047e1ca180cee8e9e7497256cc6a95fb5e6f (diff)
downloadraylib-e4972f4cdd3432fc8abf46c9f82656fd96037ef2.tar.gz
raylib-e4972f4cdd3432fc8abf46c9f82656fd96037ef2.zip
REMOVED: Physac projects #2551
Diffstat (limited to 'projects/4coder')
-rw-r--r--projects/4coder/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/projects/4coder/Makefile b/projects/4coder/Makefile
index eca7db27..8923e732 100644
--- a/projects/4coder/Makefile
+++ b/projects/4coder/Makefile
@@ -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