Fix EXT_SO for the WASM config ##build

The `.` should not be part of the variable.
This commit is contained in:
Ole André Vadla Ravnås 2024-09-22 23:04:38 +02:00 committed by pancake
parent f39cfbf8fe
commit c818672996

View File

@ -1,7 +1,7 @@
ifeq (${_INCLUDE_MK_GCC_},)
_INCLUDE_MK_GCC_=1
EXT_EXE=.wasm
EXT_SO=.wasm
EXT_SO=wasm
EXT_AR=a
CC=emcc
AR=emar