golang: build.sh add misc directory
Add misc directory in golang root which contains useful wrapper for wasm, android etc
This commit is contained in:
parent
e0b33495c6
commit
a3f49f72a4
@ -40,6 +40,7 @@ termux_step_make_install() {
|
||||
cp pkg/include/* $TERMUX_GODIR/pkg/include/
|
||||
cp -Rf lib/* $TERMUX_GODIR/lib
|
||||
cp -Rf pkg/${TERMUX_GOLANG_DIRNAME}/* $TERMUX_GODIR/pkg/${TERMUX_GOLANG_DIRNAME}/
|
||||
cp -Rf misc/ $TERMUX_GODIR/
|
||||
}
|
||||
|
||||
termux_step_post_massage() {
|
||||
|
Loading…
Reference in New Issue
Block a user