fix(build): make "build info" compatible with Premake5 installed on the system's PATH
This commit is contained in:
		| @@ -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"] .. "\""} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user