Fixed a small typo

This commit is contained in:
Saswat Padhi 2018-02-21 20:29:48 -08:00 committed by GitHub
parent 41b5017eb2
commit af76ecb6a0
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
================================================