mirror of
https://github.com/vxcontrol/lualibs-bundle.git
synced 2026-07-01 08:51:04 -04:00
unimportant
This commit is contained in:
@@ -127,6 +127,7 @@ compile_dasl_module() {
|
||||
|
||||
# usage: f=file.* [name=file.*] o=file.o $0 CFLAGS... -> file.o
|
||||
compile_bin_module() {
|
||||
local name=$name
|
||||
[ "$name" ] || name=$f
|
||||
local sym=${name//[\-\.\/\\]/_} # foo/bar-baz.ext -> foo_bar_baz_ext
|
||||
sym=$BBIN_PREFIX$sym compile_bin_file "$@"
|
||||
|
||||
Reference in New Issue
Block a user