Updated recipe
This commit is contained in:
parent
802f43c71f
commit
aa77083f74
|
@ -38,7 +38,8 @@ class Codec2Recipe(Recipe):
|
||||||
]
|
]
|
||||||
|
|
||||||
mkdir = sh.mkdir("-p", "build_android")
|
mkdir = sh.mkdir("-p", "build_android")
|
||||||
cd = sh.cd("build_android")
|
# cd = sh.cd("build_android")
|
||||||
|
os.chdir("build_android")
|
||||||
cmake = sh.Command('cmake')
|
cmake = sh.Command('cmake')
|
||||||
|
|
||||||
shprint(cmake, *flags, _env=env)
|
shprint(cmake, *flags, _env=env)
|
||||||
|
|
Loading…
Reference in New Issue