Skip to content
Snippets Groups Projects
Commit 253206c4 authored by Matthias Steinke's avatar Matthias Steinke
Browse files

removed obsolete path definitions in Jamroot

parent d6931277
No related branches found
No related tags found
No related merge requests found
import os ;
path-constant TOP : . ;
local ROOTSYS = [ os.environ ROOTSYS ] ;
local rlibs = [ SHELL "$(ROOTSYS)/bin/root-config --libs" ] ;
ROOTLIBS = [ MATCH "(.*)[\n]" : $(rlibs) ] ;
path-constant BOOSTINCLUDE : /usr/local/boost153/include ;
path-constant BOOSTLIBPATH : /usr/local/boost153/lib64 ;
BOOSTLIBS = -lboost_date_time -lboost_filesystem -lboost_program_options -lboost_regex -lboost_serialization -lboost_system -lboost_test_exec_monitor -lboost_timer -lboost_chrono -lrt ;
rule split-stack-cond ( properties * )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment