summaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/archive/TARGETS4
-rw-r--r--src/utils/automata/TARGETS2
-rw-r--r--src/utils/cpp/TARGETS4
3 files changed, 5 insertions, 5 deletions
diff --git a/src/utils/archive/TARGETS b/src/utils/archive/TARGETS
index bed5d3a0..25fdf897 100644
--- a/src/utils/archive/TARGETS
+++ b/src/utils/archive/TARGETS
@@ -6,10 +6,10 @@
, "deps": [["@", "gsl", "", "gsl"]]
, "stage": ["src", "utils", "archive"]
, "private-deps":
- [ ["src/buildtool/file_system", "file_system_manager"]
+ [ ["", "libarchive"]
+ , ["src/buildtool/file_system", "file_system_manager"]
, ["src/buildtool/logging", "log_level"]
, ["src/buildtool/logging", "logging"]
- , ["", "libarchive"]
]
}
}
diff --git a/src/utils/automata/TARGETS b/src/utils/automata/TARGETS
index 29f43a92..61122df5 100644
--- a/src/utils/automata/TARGETS
+++ b/src/utils/automata/TARGETS
@@ -6,8 +6,8 @@
, "deps":
[ ["@", "gsl", "", "gsl"]
, ["@", "json", "", "json"]
- , ["src/utils/cpp", "hex_string"]
, ["src/utils/cpp", "hash_combine"]
+ , ["src/utils/cpp", "hex_string"]
]
}
}
diff --git a/src/utils/cpp/TARGETS b/src/utils/cpp/TARGETS
index 5f0eab47..f32a34b0 100644
--- a/src/utils/cpp/TARGETS
+++ b/src/utils/cpp/TARGETS
@@ -18,9 +18,9 @@
, "hdrs": ["json.hpp"]
, "deps":
[ "gsl"
- , ["@", "json", "", "json"]
- , ["@", "gsl", "", "gsl"]
, ["@", "fmt", "", "fmt"]
+ , ["@", "gsl", "", "gsl"]
+ , ["@", "json", "", "json"]
]
, "stage": ["src", "utils", "cpp"]
}