👷 fixed syntax
This commit is contained in:
parent
842d42b135
commit
dcbc028b5b
@ -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 New Issue
Block a user