Ignore:
Timestamp:
Feb 18, 2013, 7:28:52 PM (12 years ago)
Author:
steve
Message:

Added in Joaquium's fix on compile.py

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga/utilities/compile.py

    r8704 r8705  
    2323I_dirs = ''
    2424if NETCDF_INCLUDE_DIR != '' :
    25     I_dirs = '-I"%s" ' % NETCDF_INCLUDE_DIR
     25    I_dirs = ' -I"%s" ' % NETCDF_INCLUDE_DIR
    2626
    2727netcdf_lib_dirs = ''
    2828if NETCDF_LIB_DIR != '' :
    29     netcdf_lib_dirs = '-L"%s" ' % NETCDF_LIB_DIR
     29    netcdf_lib_dirs = ' -L"%s" ' % NETCDF_LIB_DIR
    3030
    3131print 'netcdf_lib_dirs: ',netcdf_lib_dirs
Note: See TracChangeset for help on using the changeset viewer.