Skip to content

Commit

Permalink
Win32: ruby-runner is unnecessary on Windows in favor of SxS [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Dec 4, 2023
1 parent 9126a51 commit 3e07e04
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ruby-runner.c
Expand Up @@ -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
Expand Down

0 comments on commit 3e07e04

Please sign in to comment.