Skip to content

Commit

Permalink
trogdord: another minor documentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
crankycyclops committed Jul 15, 2021
1 parent 04af641 commit a53fb97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trogdord/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ For example (this works on Ubuntu 18.04):
INIH_INCLUDE_DIRS="/usr/include" cmake -DCMAKE_BUILD_TYPE=Release .
```

Trogdord, if compiled on a platform that supports libdl for dynamic linking, supports writing and loading extensions (support for other platforms like Windows may or may not materialize.) This support is automatically built-in, but can be disabled in trogdord.ini.
Trogdord, if compiled on a platform that supports libdl for dynamic linking, supports writing and loading extensions (support for other platforms like Windows may or may not materialize in the future.) This support is automatically built-in, but can be disabled in trogdord.ini.

See the ["Hello, World"](./sample/extensions/hello) extension for a buildable example that serves as a template that can be copied and adapted for other projects.

Expand Down

0 comments on commit a53fb97

Please sign in to comment.