--- setup.py.orig 2024-01-01 00:00:00.000000000 +0000 +++ setup.py 2024-01-01 00:00:00.000000000 +0000 @@ -120,7 +120,7 @@ def get_macros_and_flags(): define_macros = [] - extra_compile_args = {"cxx": []} + extra_compile_args = {"cxx": [], "c": []} if BUILD_CUDA_SOURCES: if IS_ROCM: define_macros += [("WITH_HIP", None)]