Skip to content

Commit

Permalink
Part2
Browse files Browse the repository at this point in the history
  • Loading branch information
AdventureT committed Dec 10, 2023
1 parent eafb8fc commit 3b4cb6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dependencies.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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"] .. "/"
4 changes: 3 additions & 1 deletion Toshi/premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ project ("TKernelInterface")

links
{
"winmm.lib"
"winmm.lib",
"fmod.dll"
}

includedirs
{
"Include",
"Include/TKernel",
"%{IncludeDir.fmod}"
}

defines
Expand Down

0 comments on commit 3b4cb6f

Please sign in to comment.