mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
11 lines
361 B
Diff
11 lines
361 B
Diff
--- 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)]
|