Fixed bug in Premake4 build script (doh!)
This commit is contained in:
parent
1831580590
commit
4f824e808e
@ -46,7 +46,7 @@ project "Premake4"
|
||||
defines "NDEBUG"
|
||||
flags { "OptimizeSize", "NoFramePointer" }
|
||||
|
||||
configuration "vs.*"
|
||||
configuration "vs*"
|
||||
defines { "_CRT_SECURE_NO_WARNINGS" }
|
||||
|
||||
|
||||
|
@ -126,7 +126,7 @@ SOURCES := \
|
||||
|
||||
EMBEDFILES := \
|
||||
<% for _, fname in ipairs(embedded) do %>
|
||||
<%= _MAKE.esc(path.translate(getresourcefilename(this, fname), sep)) %> \
|
||||
<%= _MAKE.esc(getresourcefilename(this, fname)) %> \
|
||||
<% end %>
|
||||
|
||||
COPYFILES += \
|
||||
|
Reference in New Issue
Block a user