Skip to content
This repository has been archived by the owner on Mar 14, 2021. It is now read-only.

Commit

Permalink
Update waf version and use RPATH now that waf fixed the problem with …
Browse files Browse the repository at this point in the history
  • Loading branch information
ereslibre committed Mar 8, 2011
1 parent 1addd85 commit 79240ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/tests/wscript
Expand Up @@ -33,7 +33,7 @@ def build(bld):
target = testName,
includes = '.. ../..',
install_path = None,
use = 'CPPUNIT idealcore')
use = 'CPPUNIT IDEAL idealcore')

if bld.is_install or bld.options.all_tests:
bld.options.all_tests = True
Expand Down
Binary file modified waf
Binary file not shown.
2 changes: 2 additions & 0 deletions wscript
Expand Up @@ -83,6 +83,8 @@ def configure(conf):
else:
conf.undefine('NDEBUG')

conf.env['RPATH_IDEAL'] = conf.env['PREFIX'] + '/lib'

if Options.options.release:
Logs.pprint('BLUE', '*** Going to compile in RELEASE mode')
conf.env['CXXFLAGS'] += ['-O2', '-w']
Expand Down

0 comments on commit 79240ce

Please sign in to comment.