diff options
author | maxchen32 <65599741+maxchen32@users.noreply.github.com> | 2023-01-21 16:42:55 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-21 09:42:55 +0100 |
commit | 47c8b5d57a9cb97f52f45bf6633827b73db496ac (patch) | |
tree | 0aacf6fc2db546db12265941a36e1fb9297a91c8 /README.md | |
parent | ca13c510245c695294edc7f78eced6a044e064d6 (diff) | |
download | minetest-47c8b5d57a9cb97f52f45bf6633827b73db496ac.tar.xz |
Fix a README mistake on option SPATIAL_LIBRARY (#13162)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |