diff options
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ const std = @import("std"); fn pythonName(b: *std.Build) []const u8 { const version = b.run(&.{ - "python", + "python3", "-c", "import sysconfig; print(sysconfig.get_config_var('LDVERSION'), end='')", }); |