Commit 40434b7e authored by Marian Triebe's avatar Marian Triebe

Add configure flag `--with-salsa=FILE`

parent 9b27ae6d
...@@ -73,6 +73,7 @@ Usage: $0 [OPTION]... [VAR=VALUE]... ...@@ -73,6 +73,7 @@ Usage: $0 [OPTION]... [VAR=VALUE]...
--with-scalac=FILE path to Scala compiler --with-scalac=FILE path to Scala compiler
--with-erlc=FILE path to Erlang compiler --with-erlc=FILE path to Erlang compiler
--with-charmc=FILE path to Charm++ compiler --with-charmc=FILE path to Charm++ compiler
--with-salsa=FILE path to SALSA Lite jar
" "
...@@ -294,6 +295,9 @@ while [ $# -ne 0 ]; do ...@@ -294,6 +295,9 @@ while [ $# -ne 0 ]; do
--with-charmc=*) --with-charmc=*)
append_cache_entry CAF_CHARM_COMPILER FILEPATH "$optarg" append_cache_entry CAF_CHARM_COMPILER FILEPATH "$optarg"
;; ;;
--with-salsa=*)
append_cache_entry CAF_SALSA_JAR FILEPATH "$optarg"
;;
--no-nexus) --no-nexus)
append_cache_entry CAF_NO_NEXUS BOOL yes append_cache_entry CAF_NO_NEXUS BOOL yes
;; ;;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment