Ignore:
Timestamp:
Mar 12, 2015, 7:10:53 PM (10 years ago)
Author:
steve
Message:

changed extension include files to relative address

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/anuga/mesh_engine/setup.py

    r9569 r9714  
    1515    config.add_data_dir('tests')
    1616
    17     util_dir = os.path.abspath(join(os.path.dirname(__file__),'..','utilities'))
     17    #util_dir = os.path.abspath(join(os.path.dirname(__file__),'..','utilities'))
     18    util_dir = join('..','utilities')
    1819   
    1920    config.add_extension('mesh_engine_c_layer',
Note: See TracChangeset for help on using the changeset viewer.