We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d24287 commit b906ef3Copy full SHA for b906ef3
docs/install_and_build/build_with_extension.md
@@ -61,7 +61,7 @@ Now we'll combine everything together to create your custom VibeScript!
61
**Copy and paste this command (it's long, but just copy the whole thing):**
62
63
```bash
64
-gcc amalgamation.c -DVIBE_EXTENSION_FUNC=custom_extension -DVIBE_EXTENSION_LIB_NAME=\"custom_extension\" -o custom_vibescript
+gcc amalgamation.c -DVIBE_EXTENSION_MODULE=\"extension.c\" -DVIBE_EXTENSION_FUNC=custom_extension -DVIBE_EXTENSION_LIB_NAME=\"custom_extension\" -o custom_vibescript
65
```
66
67
**What's happening?** Your computer is building your custom VibeScript with your new feature inside!
0 commit comments