File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,11 @@ project "Dbconmy"
35
35
filter " system:not windows"
36
36
includedirs { " /usr/include/mysql" }
37
37
links { " mysqlclient" , " rt" }
38
+
39
+ filter {" system:linux" , " platforms:x86" }
40
+ libdirs { " /usr/lib32/mysql" }
41
+ filter {" system:linux" , " platforms:x64" }
42
+ libdirs { " /usr/lib64/mysql" }
38
43
39
44
filter { " system:windows" , " platforms:x64" }
40
45
links { " ../../vendor/mysql/lib/x64/libmysql.lib" }
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ workspace "MTASA"
38
38
}
39
39
40
40
-- Helper function for output path
41
- buildpath = function (p ) return " %{wks.location}../Bin/" .. p .. " /" end
41
+ buildpath = function (p ) return " %{wks.location}/ ../Bin/" .. p .. " /" end
42
42
copy = function (p ) return " {COPY} %{cfg.buildtarget.abspath} %{wks.location}../Bin/" .. p .. " /" end
43
43
44
44
filter " platforms:x86"
You can’t perform that action at this time.
0 commit comments