add shared-o3n make target
This commit is contained in:
parent
05a9cd736b
commit
9eeee12d53
2
makefile
2
makefile
@ -37,6 +37,8 @@ emcc-o3:
|
||||
@"${MAKE}" to-bqn-build REPLXX=0 i_build_opts="emcc"
|
||||
shared-o3:
|
||||
@"${MAKE}" to-bqn-build REPLXX=0 i_SHARED=1
|
||||
shared-o3n:
|
||||
@"${MAKE}" to-bqn-build REPLXX=0 i_SHARED=1 i_build_opts="native"
|
||||
shared-c:
|
||||
@"${MAKE}" to-bqn-build REPLXX=0 i_SHARED=1 i_build_opts=c
|
||||
static-lib:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user