Skip to content

Commit

Permalink
Remove accidental debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
Foereaper committed Aug 16, 2024
1 parent 8b0ff7c commit c301a87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dependencies/dxcompiler/dxcompiler.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Solution.Util.CreateDep(dep.Name, dep.Dependencies, function()
libPath = iif(os.istarget("windows"), dep.Path .. "/lib/windows", dep.Path .. "/lib/linux")
lib = iif(os.istarget("windows"), libPath .. "/dxcompiler.lib", libPath .. "/dxcompiler")
Solution.Util.SetDepCache(dep.Name, "cache", { libPaths = libPath, libs = lib })
print(Solution.Util.GetDepCache(dep.Name, "cache"))
end

Solution.Util.SetLibDirs(libPath)
Expand Down

0 comments on commit c301a87

Please sign in to comment.