mirror of
https://github.com/postgres/postgres.git
synced 2026-07-15 04:40:58 -04:00
Add quotes to CFLAG define.
This commit is contained in:
parent
f8d90fcc0a
commit
6acca5765e
1 changed files with 2 additions and 2 deletions
|
|
@ -1,2 +1,2 @@
|
|||
CFLAGS=-O2
|
||||
SRCH_LIB=/usr/local/lib
|
||||
CFLAGS='-O2'
|
||||
SRCH_LIB='/usr/local/lib'
|
||||
|
|
|
|||
Loading…
Reference in a new issue