mirror of
https://github.com/liberatedsystems/openCom-Companion.git
synced 2024-11-21 13:00:37 +01:00
Updated recipe
This commit is contained in:
parent
802f43c71f
commit
aa77083f74
@ -38,7 +38,8 @@ class Codec2Recipe(Recipe):
|
||||
]
|
||||
|
||||
mkdir = sh.mkdir("-p", "build_android")
|
||||
cd = sh.cd("build_android")
|
||||
# cd = sh.cd("build_android")
|
||||
os.chdir("build_android")
|
||||
cmake = sh.Command('cmake')
|
||||
|
||||
shprint(cmake, *flags, _env=env)
|
||||
|
Loading…
Reference in New Issue
Block a user