Skip to content

Commit 12ebe08

Browse files
authored
Update the OSX instructions which had an error.
OSX instructions said a .so would be created instead of a dylib.
1 parent f4cc25f commit 12ebe08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ cmake ..
6767
make
6868
```
6969

70-
This will create the `libapr.so` library in the `build` directory, as well as all of the examples.
70+
This will create the `libapr.dylib` library in the `build` directory, as well as all of the examples.
7171

7272
In case you want to use the homebrew-installed clang (OpenMP support), modify the call to `cmake` above to
7373

0 commit comments

Comments
 (0)