Skip to content
This repository was archived by the owner on Nov 20, 2020. It is now read-only.

Commit d92ed0b

Browse files
committed
Forgot to replace path separators
1 parent c3cca4a commit d92ed0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ if ( WIN32 AND NOT CYGWIN )
4848
string ( REPLACE "/" ${LUA_DIRSEP} LUA_DIR ${LUA_DIR} )
4949
string ( REPLACE "/" ${LUA_DIRSEP} LUA_LDIR ${LUA_LDIR} )
5050
string ( REPLACE "/" ${LUA_DIRSEP} LUA_CDIR ${LUA_CDIR} )
51-
51+
string ( REPLACE "/" ${LUA_DIRSEP} LUA_PATH_DEFAULT ${LUA_PATH_DEFAULT} )
52+
string ( REPLACE "/" ${LUA_DIRSEP} LUA_CPATH_DEFAULT ${LUA_CPATH_DEFAULT} )
5253
else ()
5354
# Posix systems (incl. Cygwin)
5455
option ( LUA_USE_POSIX "Use POSIX functionality." ON )

0 commit comments

Comments
 (0)