2375b77a4e
fix #10322 Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
12 lines
333 B
Diff
12 lines
333 B
Diff
--- ./3rd/bee.lua/compile/common.lua.orig 2022-04-25 20:22:14.467597473 +0530
|
|
+++ ./3rd/bee.lua/compile/common.lua 2022-04-25 20:22:57.767597457 +0530
|
|
@@ -42,6 +42,7 @@
|
|
}
|
|
},
|
|
android = {
|
|
+ ldflags = "-landroid-spawn",
|
|
sources = {
|
|
"!bee/**/*_win.cpp",
|
|
"!bee/**/*_osx.cpp",
|
|
|