Browse Source

Fix Makefile template to support libraylib.web.a (#5620)

pull/5623/head
takenoko-pm 1 week ago
committed by GitHub
parent
commit
71677765c5
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      projects/VSCode/Makefile

+ 1
- 1
projects/VSCode/Makefile View File

@ -343,7 +343,7 @@ ifeq ($(PLATFORM),PLATFORM_RPI)
endif
ifeq ($(PLATFORM),PLATFORM_WEB)
# Libraries for web (HTML5) compiling
LDLIBS = $(RAYLIB_RELEASE_PATH)/libraylib.a
LDLIBS = $(RAYLIB_RELEASE_PATH)/libraylib.web.a
endif
# Define a recursive wildcard function

Loading…
Cancel
Save