Skip to content

Commit b906ef3

Browse files
att
1 parent 0d24287 commit b906ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install_and_build/build_with_extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Now we'll combine everything together to create your custom VibeScript!
6161
**Copy and paste this command (it's long, but just copy the whole thing):**
6262

6363
```bash
64-
gcc amalgamation.c -DVIBE_EXTENSION_FUNC=custom_extension -DVIBE_EXTENSION_LIB_NAME=\"custom_extension\" -o custom_vibescript
64+
gcc amalgamation.c -DVIBE_EXTENSION_MODULE=\"extension.c\" -DVIBE_EXTENSION_FUNC=custom_extension -DVIBE_EXTENSION_LIB_NAME=\"custom_extension\" -o custom_vibescript
6565
```
6666

6767
**What's happening?** Your computer is building your custom VibeScript with your new feature inside!

0 commit comments

Comments
 (0)