xenia-canary/tools/build
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
..
bin Replace premake5 binary with CI artifact. 2022-01-02 15:49:18 -06:00
scripts Add descriptive error message when pkg-config fails 2022-04-05 00:11:54 -05:00
src [UI] Loop thread to main thread WindowedAppContext 2021-08-28 19:38:24 +03:00
premake [Android] Clone Premake from sdcard to a hidden directory 2021-11-02 03:03:45 +03:00
premake5.lua [Linux] Helper methods for pkg-config 2021-06-02 22:28:43 -05:00