Commit d712e0d7 by eqy Committed by Tianqi Chen

add output format to ndk build func (#2999)

parent 9cf622b4
...@@ -63,3 +63,6 @@ def create_shared(output, ...@@ -63,3 +63,6 @@ def create_shared(output,
msg = "Compilation error:\n" msg = "Compilation error:\n"
msg += py_str(out) msg += py_str(out)
raise RuntimeError(msg) raise RuntimeError(msg)
# assign output format
create_shared.output_format = "so"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment