File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -226,9 +226,10 @@ The header file should look like this:
226
226
#include < git2.h>
227
227
```
228
228
229
- ** Note:** Alternatively, you can provide an absolute path to ` git2.h ` provided
230
- by the library in the ` modile.modulemap ` . However, doing so might break
231
- cross-platform compatibility of your project.
229
+ ** Note:** Avoiding specifying an absolute path to ` git2.h ` provided
230
+ by the library in the ` module.modulemap ` . Doing so will break compatibility of
231
+ your project between machines that may use a different file system layout or
232
+ install libraries to different paths.
232
233
233
234
> The convention we hope the community will adopt is to prefix such modules
234
235
> with ` C ` and to camelcase the modules as per Swift module name conventions.
You can’t perform that action at this time.
0 commit comments