summaryrefslogtreecommitdiffhomepage
path: root/projects/VSCode
diff options
context:
space:
mode:
Diffstat (limited to 'projects/VSCode')
-rw-r--r--projects/VSCode/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/projects/VSCode/Makefile b/projects/VSCode/Makefile
index 9907c036..4ae525c1 100644
--- a/projects/VSCode/Makefile
+++ b/projects/VSCode/Makefile
@@ -296,8 +296,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