diff --git a/projects/VSCode/Makefile b/projects/VSCode/Makefile index a2a26f092..1735d283c 100644 --- a/projects/VSCode/Makefile +++ b/projects/VSCode/Makefile @@ -271,7 +271,7 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP) endif # Define library paths containing required libs. -LDFLAGS = -L. -L$(RAYLIB_RELEASE_PATH) -L$(RAYLIB_PATH)/src +LDFLAGS = -L. -L$(RAYLIB_RELEASE_PATH) -L$(RAYLIB_PATH)/lib ifeq ($(PLATFORM),PLATFORM_DESKTOP) ifeq ($(PLATFORM_OS),BSD)