From 3e07e04d4ab9dc86de2654f27e32a806b2f234ec Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Mon, 4 Dec 2023 10:02:38 +0900 Subject: [PATCH] Win32: ruby-runner is unnecessary on Windows in favor of SxS [ci skip] --- ruby-runner.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ruby-runner.c b/ruby-runner.c index 5731ea5287..48acf4396e 100644 --- a/ruby-runner.c +++ b/ruby-runner.c @@ -7,6 +7,10 @@ #include #include +#ifdef _WIN32 +# error This feature is unnecessary on Windows in favor of SxS. +#endif + #include "ruby-runner.h" static void