summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-01-04 12:52:58 +0100
committerMattes D <github@xoft.cz>2014-01-04 12:52:58 +0100
commit4d7f2139981ac6947cc987a6b4d6d46646ebc480 (patch)
tree4a5067e4a9fe55486d08ac1d2e9517aa8531cebe /lib
parentMerge pull request #502 from bitdeli-chef/master (diff)
parentFixed Documentation (diff)
downloadcuberite-4d7f2139981ac6947cc987a6b4d6d46646ebc480.tar
cuberite-4d7f2139981ac6947cc987a6b4d6d46646ebc480.tar.gz
cuberite-4d7f2139981ac6947cc987a6b4d6d46646ebc480.tar.bz2
cuberite-4d7f2139981ac6947cc987a6b4d6d46646ebc480.tar.lz
cuberite-4d7f2139981ac6947cc987a6b4d6d46646ebc480.tar.xz
cuberite-4d7f2139981ac6947cc987a6b4d6d46646ebc480.tar.zst
cuberite-4d7f2139981ac6947cc987a6b4d6d46646ebc480.zip
Diffstat (limited to 'lib')
-rw-r--r--lib/tolua++/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/tolua++/Makefile b/lib/tolua++/Makefile
index c15b4fc80..3bbda9b15 100644
--- a/lib/tolua++/Makefile
+++ b/lib/tolua++/Makefile
@@ -35,6 +35,9 @@ CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E remove -f
+# Escaping for special characters.
+EQUALS = =
+
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/tycho/MCServer