Sha256: 8c0b096325addda0b0c5971e26c66a3dfe074126cd993821bcc205e847605726
Contents?: true
Size: 757 Bytes
Versions: 293
Compression:
Stored size: 757 Bytes
Contents
# Write in this file customization code that will get executed before all the # soures are loaded. # Set the path to 'make' # Autobuild.commands['make'] = '/path/to/ccmake' # Set the parallel build level (defaults to the number of CPUs) # Autobuild.parallel_build_level = 10 # Uncomment to initialize the environment variables to default values. This is # useful to ensure that the build is completely self-contained, but leads to # miss external dependencies installed in non-standard locations. # # set_initial_env # # Additionally, you can set up your own custom environment with calls to env_add # and env_set: # # env_add 'PATH', "/path/to/my/tool" # env_set 'VAR', "value" # # Variables set like this are exported in the generated env.sh scripts.
Version data entries
293 entries across 293 versions & 1 rubygems