Skip to content

Commit

Permalink
Fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
Foereaper authored Jul 29, 2024
1 parent 7acbc63 commit 62766c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dependencies/Cuttlefish/Cuttlefish.lua
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ Solution.Util.CreateStaticLib(dep.Name, Solution.Projects.Current.BinDir, dep.De
Solution.Util.SetIncludes({ includeDir, freeImageIncludes, squishIncludes, bc7encRdoIncludes, compressonatorIncludes })
Solution.Util.SetDefines({ defines, freeImageDefines, squishDefines, bc7encRdoDefines, compressonatorDefines })

local exportFile = basePath .. "/templates/NoExport.h"
local exportFile = basePath .. "/cmake/templates/NoExport.h"
local copyToExportFilePath = basePath .. "/lib/include/cuttlefish/Export.h"
ok, err = os.copyfile(exportFile, copyToExportFilePath)

Expand All @@ -730,4 +730,4 @@ Solution.Util.CreateDep(dep.NameLow, dep.Dependencies, function()

local defines = { "CUTTLEFISH_BUILD" }
Solution.Util.SetDefines(defines)
end)
end)

0 comments on commit 62766c3

Please sign in to comment.