👷 fixed syntax
This commit is contained in:
parent
842d42b135
commit
dcbc028b5b
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
"builddeps": ["cmake", "make", "gcc gcc-c++"],
|
"builddeps": ["cmake", "make", "gcc gcc-c++"],
|
||||||
"buildcmd": [
|
"buildcmd": [
|
||||||
"uname -a",
|
"uname -a",
|
||||||
"cd"
|
"cd",
|
||||||
"mkdir build",
|
"mkdir build",
|
||||||
"cd build",
|
"cd build",
|
||||||
"cmake /project/repo/checkout",
|
"cmake /project/repo/checkout",
|
||||||
|
|
Loading…
Reference in a new issue