Compare commits
10 Commits
94243711df
...
5f3be3f2f5
| Author | SHA1 | Date | |
|---|---|---|---|
| 5f3be3f2f5 | |||
| 76b3b4f582 | |||
| 7e9a3efacc | |||
| b2ce00a40c | |||
| 26e36b2ea2 | |||
| 45d304f3cd | |||
| bd506b4fe3 | |||
| 197be61186 | |||
| 3fb351e762 | |||
| a11b96b84e |
@@ -77,7 +77,7 @@ arm7wrestler GBA Fixed | [destoer](https://github.com/destoer)
|
||||
|
||||
## Compiling
|
||||
|
||||
Most recently built on Zig [v0.11.0-dev.1557+03cdb4fb5](https://github.com/ziglang/zig/tree/03cdb4fb5)
|
||||
Most recently built on Zig [v0.11.0-dev.1580+a5b34a61a](https://github.com/ziglang/zig/tree/a5b34a61a)
|
||||
|
||||
### Dependencies
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ const Gdbstub = @import("lib/zba-gdbstub/build.zig");
|
||||
|
||||
pub fn build(b: *std.build.Builder) void {
|
||||
// Minimum Zig Version
|
||||
const min_ver = std.SemanticVersion.parse("0.11.0-dev.1557+03cdb4fb5") catch return; // https://github.com/ziglang/zig/commit/03cdb4fb5
|
||||
const min_ver = std.SemanticVersion.parse("0.11.0-dev.1580+a5b34a61a") catch return; // https://github.com/ziglang/zig/commit/a5b34a61a
|
||||
if (builtin.zig_version.order(min_ver).compare(.lt)) {
|
||||
std.log.err("{s}", .{b.fmt("Zig v{} does not meet the minimum version requirement. (Zig v{})", .{ builtin.zig_version, min_ver })});
|
||||
std.os.exit(1);
|
||||
|
||||
Submodule lib/SDL.zig updated: 6b33f1f429...59c90e8ea2
Reference in New Issue
Block a user