Skip to content
Snippets Groups Projects

Design for test: Add a way to redirect the helpers path

Merged Simon McVittie requested to merge wip/smcv/redirect-helpers-path into master
1 unresolved thread
8 files
+ 98
26
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -28,4 +28,5 @@
#include <glib.h>
G_GNUC_INTERNAL gboolean _srt_architecture_can_run (const char *multiarch);
G_GNUC_INTERNAL gboolean _srt_architecture_can_run (const char *helpers_path,
const char *multiarch);
Loading