added CLAY_DLL to the readme

This commit is contained in:
Orcolom 2025-02-24 23:28:13 +01:00
parent ec56dc4c05
commit a4d860b0ab

View File

@ -474,6 +474,7 @@ Clay supports C preprocessor directives to modulate functionality at compile tim
The supported directives are:
- `CLAY_WASM` - Required when targeting Web Assembly.
- `CLAY_DLL` - Required when creating a .Dll file.
### Bindings for non C