diff --git a/premake5.lua b/premake5.lua index 02e571c..7cfdf40 100644 --- a/premake5.lua +++ b/premake5.lua @@ -310,7 +310,7 @@ dependson {"tlsdll", "runner"} links {"common"} -prebuildcommands {"pushd %{_MAIN_SCRIPT_DIR}", "tools\\premake5 generate-buildinfo", "popd"} +prebuildcommands {"pushd %{_MAIN_SCRIPT_DIR}", "premake5 generate-buildinfo", "popd"} if _OPTIONS["copy-to"] then postbuildcommands {"copy /y \"$(TargetPath)\" \"" .. _OPTIONS["copy-to"] .. "\""}