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 63151ac commit 830ee16Copy full SHA for 830ee16
Server/dbconmy/premake5.lua
@@ -37,7 +37,7 @@ project "Dbconmy"
37
links { "rt" }
38
39
filter "system:macosx"
40
- includedirs { "/usr/local/opt/mysql/include/mysql/" }
+ includedirs { os.findheader("mysql.h", "/usr/local/opt/mysql/include/mysql") }
41
42
if GLIBC_COMPAT then
43
filter { "system:linux" }
0 commit comments