mirror of
https://github.com/nlohmann/json.git
synced 2026-08-25 10:33:20 +00:00
👷 fixed syntax
This commit is contained in:
+1
-1
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user