Updated recipe

This commit is contained in:
Mark Qvist 2024-09-07 02:08:04 +02:00
parent 802f43c71f
commit aa77083f74
1 changed files with 2 additions and 1 deletions

View File

@ -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)