mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-27 07:00:30 +00:00
Fix EXT_SO for the WASM config ##build
The `.` should not be part of the variable.
This commit is contained in:
parent
f39cfbf8fe
commit
c818672996
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user