mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-13 20:09:59 +02:00
Fix unity builds after reintroduction of vfork
Boost.Process was being included before this flag was set. Seems safer to set it in the build anyways.
This commit is contained in:
@@ -16,9 +16,6 @@
|
||||
|
||||
#include "utils.h"
|
||||
|
||||
// Boost.Process's auto detection for vfork() support doesn't seem to work
|
||||
#define BOOST_POSIX_HAS_VFORK 1
|
||||
|
||||
#include <unistd.h>
|
||||
#include <boost/dll/runtime_symbol_info.hpp>
|
||||
#include <boost/process/io.hpp>
|
||||
|
||||
Reference in New Issue
Block a user