Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ed14f3b

Browse files
authored
Update geninterop.py
1 parent 97c8245 commit ed14f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/geninterop/geninterop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def preprocess_python_headers():
174174
"-D", "__inline__=inline",
175175
"-D", "__asm__=;#pragma asm",
176176
"-D", "__int64=long long",
177-
"-D", "_POSIX_THREADS",
177+
"-D", "_POSIX_THREADS"
178178
]
179179

180180
if hasattr(sys, "abiflags"):

0 commit comments

Comments
 (0)