mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
[svn-r6859] Purpose:
Bug Fix Description: Porting preprocessor (-E) bug fix from h5cc to h5fc. Solution: See Description. Platforms tested: Eyeballed (small fix). Misc. update:
This commit is contained in:
parent
8bac19a89f
commit
16d78f2456
@ -126,7 +126,7 @@ for arg in $@ ; do
|
||||
allargs="$allargs $arg"
|
||||
compile_args="$compile_args $arg"
|
||||
dash_c="yes"
|
||||
dash_o="no"
|
||||
do_link="no"
|
||||
;;
|
||||
-l*)
|
||||
link_args="$link_args $arg"
|
||||
|
Loading…
Reference in New Issue
Block a user