Skip to content

Commit

Permalink
Create macos.pc
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner0101 authored Mar 29, 2017
1 parent 46d46ca commit bc48d94
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions macos.pc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
prefix=/usr/local/opt/mysql
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include/mysql
Name: MySQL
Description: MySQL client library
Version: 2.0
Cflags: -I${includedir}
Libs: -L${libdir} -lmysqlclient

0 comments on commit bc48d94

Please sign in to comment.