Skip to content

Commit 2a77b5e

Browse files
fix: update submodule
1 parent 9fcf47a commit 2a77b5e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

sciencemode/_cffi.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,16 +99,14 @@
9999
"-D__APPLE__",
100100
"-D__MACH__",
101101
# Ensure macOS doesn't trigger MSVC-specific code paths
102-
"-U_MSC_VER", # Don't pretend to be MSVC on macOS
102+
"-U_MSC_VER",
103103
"-U_WIN32",
104104
"-UWIN32",
105105
# Define away problematic Apple-specific macros that confuse pycparser
106106
"-D__builtin_available(...)=1",
107107
"-D__has_feature(x)=0",
108108
"-D__has_extension(x)=0",
109109
"-D__has_attribute(x)=0",
110-
# Use C99 stdbool.h instead of custom bool definitions
111-
"-D__cplusplus=1", # Force use of stdbool.h path
112110
]
113111
)
114112

0 commit comments

Comments
 (0)