Win32: ruby-runner is unnecessary on Windows in favor of SxS [ci skip]
This commit is contained in:
parent
9126a51341
commit
3e07e04d4a
@ -7,6 +7,10 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
# error This feature is unnecessary on Windows in favor of SxS.
|
||||
#endif
|
||||
|
||||
#include "ruby-runner.h"
|
||||
|
||||
static void
|
||||
|
Loading…
x
Reference in New Issue
Block a user