Skip to content

Commit b9871b7

Browse files
committed
add _ctypes module
1 parent c60a40e commit b9871b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.zig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,6 @@ fn addMakesetup(
316316
._elementtree = false,
317317
._crypt = false,
318318
.nis = false,
319-
._ctypes = false,
320319
._curses = false,
321320
._curses_panel = false,
322321
._sqlite3 = false,
@@ -337,11 +336,13 @@ fn addMakesetup(
337336
._xxsubinterpreters = false,
338337
};
339338
const @"stdlib_modules_3.11.13" = .{
339+
._ctypes = true,
340340
._typing = true,
341341
._sha256 = true,
342342
._sha512 = true,
343343
};
344344
const @"stdlib_modules_3.12.11" = .{
345+
._ctypes = false,
345346
._sha2 = false,
346347
.xxsubtype = false,
347348
._xxinterpchannels = false,

0 commit comments

Comments
 (0)