Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 640c922

Browse files
committed
fix build static libs error
1 parent c89ba35 commit 640c922

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mars/libraries/build_android.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,8 @@ def main():
280280
for lib in glob.glob(symbols_des_dir + "/*.so"):
281281
shutil.copy(lib, symbols_cache_dir)
282282

283+
if "1" == num or "3" == num:
284+
return
283285

284286
shutil.rmtree(SO_DES_DIR)
285287
shutil.rmtree(SO_SYMBOL_DES_IR)

0 commit comments

Comments
 (0)