Fix embedding of main script and manifest
This commit is contained in:
parent
b4cdb330bf
commit
d9c87649f3
@ -115,6 +115,8 @@
|
||||
end
|
||||
end
|
||||
|
||||
table.insert(result, '\t"_premake_main.lua",')
|
||||
table.insert(result, '\t"_manifest.lua",')
|
||||
table.insert(result, "\tNULL")
|
||||
table.insert(result, "};")
|
||||
table.insert(result, "")
|
||||
@ -137,6 +139,9 @@
|
||||
end
|
||||
end
|
||||
|
||||
appendScript(result, loadScript(path.join(_SCRIPT_DIR, "../src/_premake_main.lua")))
|
||||
appendScript(result, loadScript(path.join(_SCRIPT_DIR, "../src/_manifest.lua")))
|
||||
|
||||
table.insert(result, "\tNULL")
|
||||
table.insert(result, "};")
|
||||
table.insert(result, "")
|
||||
|
Loading…
Reference in New Issue
Block a user