mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Win32: ruby-runner is unnecessary on Windows in favor of SxS [ci skip]
This commit is contained in:
parent
9126a51341
commit
3e07e04d4a
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue