xenia/tools/build/scripts
Alex Messier 53320d7ef2 Add descriptive error message when pkg-config fails
The pkg_config helper for premake was not checking for errors. When it
failed to run, either when it is not installed or the queried package is
not found, a cryptic error message would be printed:

"Error: .../xenia/third_party/premake-core/src/base/string.lua:36: attempt to index a nil value (upvalue 's')"

Fix this by checking the return status when calling pkg-config and
printing a descriptive error message.
2022-04-05 00:11:54 -05:00
..
build_paths.lua [Build] Use first-party premake-androidndk (#1878) 2021-10-30 00:01:27 +03:00
force_compile_as_c.lua - Update premake build script for VS2017+ build support. 2019-04-18 09:28:31 -05:00
force_compile_as_cc.lua - Update premake build script for VS2017+ build support. 2019-04-18 09:28:31 -05:00
pkg_config.lua Add descriptive error message when pkg-config fails 2022-04-05 00:11:54 -05:00
platform_files.lua [Build] Use first-party premake-androidndk (#1878) 2021-10-30 00:01:27 +03:00
test_suite.lua [UI] Loop thread to main thread WindowedAppContext 2021-08-28 19:38:24 +03:00
util.lua Folding build_tools back into the main repo for simplicity. 2015-12-30 16:53:14 -08:00