[Issue 24444] ImportC: no way to specify where header files "live"
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Wed Mar 20 17:56:42 UTC 2024
    
    
  
https://issues.dlang.org/show_bug.cgi?id=24444
Dennis <dkorpel at live.nl> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dkorpel at live.nl
           Hardware|x86_64                      |All
                 OS|Linux                       |All
--- Comment #1 from Dennis <dkorpel at live.nl> ---
There is the `-P=<preprocessorflag>` option:
```
dmd -P-I/usr/include/python3.11
```
--
    
    
More information about the Digitalmars-d-bugs
mailing list