Stick with C++ for everything.
This commit is contained in:
parent
93c25ca98b
commit
afcdd30c88
3 changed files with 6 additions and 3 deletions
2
setup.py
2
setup.py
|
|
@ -95,7 +95,7 @@ def call_setup(llvm_config):
|
|||
|
||||
ext_core = Extension(
|
||||
'llvm._core',
|
||||
['llvm/_core.c', 'llvm/wrap.c', 'llvm/extra.cpp'],
|
||||
['llvm/_core.cpp', 'llvm/wrap.cpp', 'llvm/extra.cpp'],
|
||||
define_macros = [
|
||||
('__STDC_CONSTANT_MACROS', None),
|
||||
('__STDC_LIMIT_MACROS', None),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue