diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-04-20 19:51:58 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-04-20 19:51:58 -0400 |
commit | 7e4b68016cd2068d595319db51ef3e862337cf81 (patch) | |
tree | fdd090e8c259e840607a2967e44962aa78d2a406 | |
parent | f3f9dc412cfe0137f5c9a3348a82b112b7548e74 (diff) | |
download | ur_optimize-master.tar.gz |
-rwxr-xr-x | ur_optimize | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ur_optimize b/ur_optimize index 175b97d..ebe4f9a 100755 --- a/ur_optimize +++ b/ur_optimize @@ -188,7 +188,7 @@ export F77="gfortran" export F2C="" export CC="/usr/bin/gcc" export CXX="/usr/bin/g++" -export CPP=${CXX} +export CPP="/usr/bin/cpp" build_modules if (( $? > 0 )); then |