Merge branch 'master' of git://github.com/kivy/kivy-ios
This commit is contained in:
commit
1a6d513099
1 changed files with 2 additions and 2 deletions
|
@ -65,9 +65,9 @@ class HostpythonRecipe(Recipe):
|
||||||
"--disable-toolbox-glue",
|
"--disable-toolbox-glue",
|
||||||
"--without-gcc",
|
"--without-gcc",
|
||||||
_env=build_env)
|
_env=build_env)
|
||||||
shprint(sh.make, "-C", self.build_dir, "-j4", "python.exe", "Parser/pgen",
|
shprint(sh.make, "-C", self.build_dir, "-j4", "python", "Parser/pgen",
|
||||||
_env=build_env)
|
_env=build_env)
|
||||||
shutil.move("python.exe", "hostpython")
|
shutil.move("python", "hostpython")
|
||||||
shutil.move("Parser/pgen", "Parser/hostpgen")
|
shutil.move("Parser/pgen", "Parser/hostpgen")
|
||||||
|
|
||||||
def install(self):
|
def install(self):
|
||||||
|
|
Loading…
Reference in a new issue