diff options
author | Bruce Momjian | 2003-10-09 02:37:09 +0000 |
---|---|---|
committer | Bruce Momjian | 2003-10-09 02:37:09 +0000 |
commit | 6acca5765e404e2c8aa135240e814faa32a304ba (patch) | |
tree | 2c113e4953bacea9902a5ace9e03221305b3ac92 | |
parent | f8d90fcc0ac64e4a3f8b4711a3883add019c59a7 (diff) |
Add quotes to CFLAG define.
-rw-r--r-- | src/template/cygwin | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/template/cygwin b/src/template/cygwin index e6c4ac67e1..eb8921984a 100644 --- a/src/template/cygwin +++ b/src/template/cygwin @@ -1,2 +1,2 @@ -CFLAGS=-O2 -SRCH_LIB=/usr/local/lib +CFLAGS='-O2' +SRCH_LIB='/usr/local/lib' |