diff options
Diffstat (limited to 'libbutl/process-run.txx')
-rw-r--r-- | libbutl/process-run.txx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbutl/process-run.txx b/libbutl/process-run.txx index 54dceed..a78b87a 100644 --- a/libbutl/process-run.txx +++ b/libbutl/process-run.txx @@ -36,7 +36,7 @@ namespace butl inline int process_stderr (const auto_fd& v) {assert (v.get () >= 0); return v.get ();} - LIBBUTL_EXPORT process + LIBBUTL_SYMEXPORT process process_start (const dir_path* cwd, const process_path& pp, const char* cmd[], |