Ignore:
Timestamp:
Aug 4, 2021 11:59:23 AM (22 months ago)
Author:
toby
Message:

try to fix broken windows build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/fsource/SConstruct

    r4969 r5006  
    5555#F2PYflags = '' # compiler options for f2py command
    5656F2PYflags = '-I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include' # compiler options for f2py command
     57if 'arm' in platform.machine():
     58    F2PYflags = '-I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include' # compiler options for f2py command
    5759F2PYpath = ARGUMENTS.get('F2PYpath', '')
    5860# find a default f2py relative to the scons location. Should be in the same place as f2py
Note: See TracChangeset for help on using the changeset viewer.