diff --git a/Dependencies/Cuttlefish/Cuttlefish.lua b/Dependencies/Cuttlefish/Cuttlefish.lua index 1988fd8..2f542bf 100644 --- a/Dependencies/Cuttlefish/Cuttlefish.lua +++ b/Dependencies/Cuttlefish/Cuttlefish.lua @@ -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) @@ -730,4 +730,4 @@ Solution.Util.CreateDep(dep.NameLow, dep.Dependencies, function() local defines = { "CUTTLEFISH_BUILD" } Solution.Util.SetDefines(defines) -end) \ No newline at end of file +end)