From e906098e7681490818965438bf4f201e2a203009 Mon Sep 17 00:00:00 2001 From: Konnor Rogers Date: Fri, 23 May 2025 02:33:59 -0400 Subject: [PATCH] `dragobruby-bind.exe` to `dragonruby-bind.exe` for windows C guide --- samples/12_c_extensions/01_basics/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/12_c_extensions/01_basics/README.md b/samples/12_c_extensions/01_basics/README.md index fa23fddc..e410ede2 100644 --- a/samples/12_c_extensions/01_basics/README.md +++ b/samples/12_c_extensions/01_basics/README.md @@ -95,7 +95,7 @@ Run the following command from Linux/macOS terminal: Or from Windows Powershell: ``` -> .\dragobruby-bind.exe --output=mygame\ext-bind.c mygame\ext.c +> .\dragonruby-bind.exe --output=mygame\ext-bind.c mygame\ext.c ``` With the `ext-bind.c` in place you can compile your C extension into a dynamic