aboutsummaryrefslogtreecommitdiff
path: root/src/target.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/target.hpp')
-rw-r--r--src/target.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/target.hpp b/src/target.hpp
index dbacd6a2c7..528e42d687 100644
--- a/src/target.hpp
+++ b/src/target.hpp
@@ -77,5 +77,7 @@ const char *target_exe_file_ext(ZigTarget *target);
Buf *target_dynamic_linker(ZigTarget *target);
+bool target_can_exec(const ZigTarget *host_target, const ZigTarget *guest_target);
+
#endif