Merge pull request #539 from SaswatPadhi/patch-1

Fixed a small typo in the Quickstart Guide
This commit is contained in:
Rudi Grinberg 2018-02-22 13:04:53 +07:00 committed by GitHub
commit 6235cb6b99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -159,9 +159,9 @@ this jbuild:
((name mylib)
(public_name mylib)
(libraries (re lwt))
(c_names (mystubs)
(c_names (mystubs))
(c_flags (-I/blah/include))
(c_library_flags (-lblah)))))
(c_library_flags (-lblah))))
Defining a library with C stubs using pkg-config
================================================