Fix compilation
This commit is contained in:
parent
5ffb26ac99
commit
6f555bd2bb
1 changed files with 2 additions and 2 deletions
|
@ -30,6 +30,6 @@ function compile {
|
|||
}
|
||||
|
||||
compile amd64
|
||||
compile i686
|
||||
#compile i686
|
||||
copyLibs linux amd64 amd64 so
|
||||
copyLibs linux i686 x86 so
|
||||
#copyLibs linux i686 x86 so
|
||||
|
|
Loading…
Reference in a new issue