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.
2 parents 5eb1ee4 + d97abb9 commit c80169dCopy full SHA for c80169d
manifest-reference.md
@@ -368,7 +368,7 @@ specify the module name using the *external-modules* key in the *build* table.
368
369
```toml
370
[build]
371
-external-modules = "netcdff"
+external-modules = "netcdf"
372
```
373
374
Multiple external modules can be specified as a list.
@@ -377,7 +377,7 @@ Multiple external modules can be specified as a list.
377
378
379
380
-external-modules = ["netcdff","h5lt"]
+external-modules = ["netcdf", "h5lt"]
381
382
383
## Automatic target discovery
0 commit comments