diff --git a/Dependencies.lua b/Dependencies.lua index 4d2ca9b..8cc5de7 100644 --- a/Dependencies.lua +++ b/Dependencies.lua @@ -16,6 +16,6 @@ ClientContentCommon = "%{wks.location}Content/Common/" ClientContentArch = "%{wks.location}Content" -- modify paths based on architecture -LibDir.fmod = LibDir.fmod .. "/" .. _OPTIONS["arch"] .. "/" +--LibDir.fmod = LibDir.fmod .. "/" .. _OPTIONS["arch"] .. "/" LibDir.catch2 = LibDir.catch2 .. "/" .. _OPTIONS["arch"] .. "/" ClientContentArch = ClientContentArch .. "/" .. _OPTIONS["arch"] .. "/" \ No newline at end of file diff --git a/Toshi/premake5.lua b/Toshi/premake5.lua index b0b7aa5..65f9fbe 100644 --- a/Toshi/premake5.lua +++ b/Toshi/premake5.lua @@ -6,13 +6,15 @@ project ("TKernelInterface") links { - "winmm.lib" + "winmm.lib", + "fmod.dll" } includedirs { "Include", "Include/TKernel", + "%{IncludeDir.fmod}" } defines