Skip to content

Commit

Permalink
Updated premake post build to work with white spaces (TheCherno#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pikachuxxxx authored Jul 20, 2021
1 parent 04ad1c8 commit 63b23f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/premake/premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ project "Premake"
postbuildmessage "Regenerating project files with Premake5!"
postbuildcommands
{
"%{prj.location}bin/premake5 %{_ACTION} --file=\"%{wks.location}premake5.lua\""
"\"%{prj.location}bin/premake5\" %{_ACTION} --file=\"%{wks.location}premake5.lua\""
}

0 comments on commit 63b23f7

Please sign in to comment.