summaryrefslogtreecommitdiffhomepage
path: root/examples/Makefile
diff options
context:
space:
mode:
authorRay <[email protected]>2022-06-06 11:11:39 +0200
committerRay <[email protected]>2022-06-06 11:11:39 +0200
commit609d92003beca6522845d001b3d4f707b72aaba1 (patch)
treefb2b3b33585c19da8491870a03b43bb4d451e465 /examples/Makefile
parent8da566d6e7cb9f36d523e4d3b8f52e52079f27bc (diff)
downloadraylib-609d92003beca6522845d001b3d4f707b72aaba1.tar.gz
raylib-609d92003beca6522845d001b3d4f707b72aaba1.zip
WARNING: REMOVED `raygui` from `raylib/src/extras`
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/Makefile b/examples/Makefile
index 67df5989..5db47d9e 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -226,7 +226,7 @@ ifeq ($(PLATFORM),PLATFORM_DRM)
endif
# Define include paths for required headers: INCLUDE_PATHS
-# NOTE: Some external/extras libraries could be required (stb, physac, easings...)
+# NOTE: Some external/extras libraries could be required (stb, easings...)
#------------------------------------------------------------------------------------------------
INCLUDE_PATHS = -I. -I$(RAYLIB_PATH)/src -I$(RAYLIB_PATH)/src/external -I$(RAYLIB_PATH)/src/extras
@@ -306,8 +306,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