Updated build script to generate .a on WebAssembly
This is the recommended way
This commit is contained in:
parent
4a242c2889
commit
789c5fbdf9
2 changed files with 3 additions and 3 deletions
|
@ -353,7 +353,7 @@ ifeq ($(PLATFORM),PLATFORM_RPI)
|
|||
endif
|
||||
ifeq ($(PLATFORM),PLATFORM_WEB)
|
||||
# Libraries for web (HTML5) compiling
|
||||
LDLIBS = $(RAYLIB_RELEASE_PATH)/libraylib.bc
|
||||
LDLIBS = $(RAYLIB_RELEASE_PATH)/libraylib.a
|
||||
endif
|
||||
|
||||
# Define all object files required
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue