summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoradrido <robots_only_adrido@gmx.com>2019-04-07 18:45:25 +0200
committerLoïc Blot <nerzhul@users.noreply.github.com>2019-04-07 18:45:25 +0200
commit25f231a0e023b0ace5604f167b5189529bd2598f (patch)
treede3e1eaed830bc00895de9f67c5387277dbe6558 /README.md
parent1db4ae96b1a1fa7c5b383a505a0b0b74b836551a (diff)
downloadminetest-25f231a0e023b0ace5604f167b5189529bd2598f.tar.gz
minetest-25f231a0e023b0ace5604f167b5189529bd2598f.tar.bz2
minetest-25f231a0e023b0ace5604f167b5189529bd2598f.zip
Find PostgreSQL correctly (#8435)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8be6ecc68..2430f94f6 100644
--- a/README.md
+++ b/README.md
@@ -259,7 +259,7 @@ Library specific options:
LEVELDB_LIBRARY - Only when building with LevelDB; path to libleveldb.a/libleveldb.so/libleveldb.dll.a
LEVELDB_DLL - Only when building with LevelDB on Windows; path to libleveldb.dll
PostgreSQL_INCLUDE_DIR - Only when building with PostgreSQL; directory that contains libpq-fe.h
- POSTGRESQL_LIBRARY - Only when building with PostgreSQL; path to libpq.a/libpq.so
+ PostgreSQL_LIBRARY - Only when building with PostgreSQL; path to libpq.a/libpq.so/libpq.lib
REDIS_INCLUDE_DIR - Only when building with Redis; directory that contains hiredis.h
REDIS_LIBRARY - Only when building with Redis; path to libhiredis.a/libhiredis.so
SPATIAL_INCLUDE_DIR - Only when building with LibSpatial; directory that contains spatialindex/SpatialIndex.h