diff options
author | Michael McVady <femtonaut@gmail.com> | 2023-01-02 06:53:51 -0600 |
---|---|---|
committer | Michael McVady <femtonaut@gmail.com> | 2023-01-02 06:53:51 -0600 |
commit | 270cee4e9b9b77e13eabcb59c5aabaad2159c79f (patch) | |
tree | 773eb9e8b2a1002399b7905c8c11ad174d5832ec /conf/build.conf | |
parent | 1a2cd155e99c30921d27a2680bc450f14fbb6853 (diff) |
clean up
Diffstat (limited to 'conf/build.conf')
-rw-r--r-- | conf/build.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/build.conf b/conf/build.conf index a5045da..c669282 100644 --- a/conf/build.conf +++ b/conf/build.conf @@ -5,7 +5,7 @@ # of a dynamic library. If you set this to yes you must also # set kore_source together with kore_flavor. single_binary=yes -kore_source=../kore-4.2.3/ +kore_source=../kore-4.2.3 kore_flavor=PGSQL=1 TLS_BACKEND=none # The flags below are shared between flavors |