aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormaxchen32 <65599741+maxchen32@users.noreply.github.com>2023-01-21 16:42:55 +0800
committerGitHub <noreply@github.com>2023-01-21 09:42:55 +0100
commit47c8b5d57a9cb97f52f45bf6633827b73db496ac (patch)
tree0aacf6fc2db546db12265941a36e1fb9297a91c8 /README.md
parentca13c510245c695294edc7f78eced6a044e064d6 (diff)
downloadminetest-47c8b5d57a9cb97f52f45bf6633827b73db496ac.tar.xz
Fix a README mistake on option SPATIAL_LIBRARY (#13162)
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 c06207eca..284d653a6 100644
--- a/README.md
+++ b/README.md
@@ -294,7 +294,7 @@ Library specific options:
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
- SPATIAL_LIBRARY - Only when building with LibSpatial; path to libspatialindex_c.so/spatialindex-32.lib
+ SPATIAL_LIBRARY - Only when building with LibSpatial; path to libspatialindex.so/spatialindex-32.lib
LUA_INCLUDE_DIR - Only if you want to use LuaJIT; directory where luajit.h is located
LUA_LIBRARY - Only if you want to use LuaJIT; path to libluajit.a/libluajit.so
OGG_DLL - Only if building with sound on Windows; path to libogg.dll