提交 e289cb26 编写于 作者: D Daniel Gustafsson

Add missing quote character around codegen prefix path list

The codegen-prefix path list is semicolon separated and must thus
be quoted when passed to autoconf as it otherwise breaks up the
commandline. Add missing quote character in the README documentation.
上级 471c025e
......@@ -176,7 +176,7 @@ your system.
```
# Configure build environment to install at /usr/local/gpdb
# Enable CODEGEN
./configure --enable-codegen --prefix=/usr/local/gpdb --with-codegen-prefix="/path/to/llvm;/path/to/clang
./configure --enable-codegen --prefix=/usr/local/gpdb --with-codegen-prefix="/path/to/llvm;/path/to/clang"
```
## Regression tests
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册