We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d930ac commit 24d6d69Copy full SHA for 24d6d69
Server/dbconmy/premake5.lua
@@ -38,18 +38,19 @@ project "Dbconmy"
38
links { "rt" }
39
40
filter "system:macosx"
41
+ -- brew install mysql-client libidn2
42
includedirs {
43
os.findheader("mysql.h", {
44
"/usr/local/opt/mysql/include/mysql",
45
"/opt/homebrew/include/mysql",
- "/opt/osxcross/macports/pkgs/opt/local/include/mysql8/mysql",
46
+ "/opt/homebrew/opt/mysql-client/include/mysql",
47
})
48
}
49
libdirs {
50
os.findlib("libmysqlclient.a", {
51
"/usr/local/opt/mysql/lib",
52
"/opt/homebrew/lib",
- "/opt/osxcross/macports/pkgs/opt/local/lib/mysql8/mysql",
53
+ "/opt/homebrew/opt/mysql-client/lib",
54
55
56
0 commit comments