Fix MinGW compilation
This commit is contained in:
parent
78d9cd6774
commit
1aa0a696ba
|
|
@ -12,7 +12,7 @@ local modules = {
|
|||
-- NazaraMath is header-only, make it part of the core project
|
||||
add_headerfiles("include/(Nazara/Math/**.hpp)", "include/(Nazara/Math/**.inl)")
|
||||
|
||||
if is_plat("windows") then
|
||||
if is_plat("windows", "mingw") then
|
||||
add_syslinks("ole32")
|
||||
elseif is_plat("linux") then
|
||||
add_syslinks("dl", "pthread", "uuid")
|
||||
|
|
|
|||
Loading…
Reference in New Issue