Skip to content

Commit

Permalink
Update BuildTarget.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
rdw-software committed Jan 7, 2025
1 parent 27980ac commit f476a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BuildTools/BuildTarget.lua
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ function BuildTarget:ProcessLuaSources()

for index, luaSourceFilePath in ipairs(self.luaSources) do
local outputFile =
string.format("%s/%s.%s", self.BUILD_DIR, luaSourceFilePath, NinjaBuildTools.OBJECT_FILE_EXTENSION)
string.format("%s/%s.%s", self.BUILD_DIR, luaSourceFilePath, ".cpp")
ninjaFile:AddBuildEdge(outputFile, "bcsave " .. luaSourceFilePath)
table.insert(objectFiles, outputFile)
end
Expand Down

0 comments on commit f476a34

Please sign in to comment.