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 cb2b80a commit 3b83a5d
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 @@ -175,7 +175,7 @@ function BuildTarget:ProcessLuaSources()
local objectFiles = self.objectFiles

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

0 comments on commit 3b83a5d

Please sign in to comment.