We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 47bda2e + b0dbd1d commit 348292aCopy full SHA for 348292a
CMakeLists.txt
@@ -41,7 +41,8 @@ if ( WIN32 AND NOT CYGWIN )
41
option ( LUA_WIN "Windows specific build." ON )
42
option ( LUA_BUILD_AS_DLL "Build Lua library as Dll." ON )
43
# Paths (Double escapes needed)
44
- set ( LUA_DIRSEP "\\\\" ) string ( REPLACE " /" ${LUA_DIRSEP} LUA_DIR "${LUA_DIR}" )
+ set ( LUA_DIRSEP "\\\\" )
45
+ string ( REPLACE " /" ${LUA_DIRSEP} LUA_DIR "${LUA_DIR}" )
46
string ( REPLACE "/" ${LUA_DIRSEP} LUA_LDIR "${LUA_LDIR}" )
47
string ( REPLACE "/" ${LUA_DIRSEP} LUA_CDIR "${LUA_CDIR}" )
48
string ( REPLACE "/" ${LUA_DIRSEP} LUA_PATH_DEFAULT "${LUA_PATH_DEFAULT}" )
0 commit comments