Having two folders just differing in case is not such a good idea.

See #11882
This commit is contained in:
Juergen Spitzmueller 2020-06-06 13:56:46 +02:00
parent 68e227c9fa
commit 33e74e5117
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
### LyX, The Document Processor
###
### Copyright 1995 Matthias Ettrich
### Copyright 1995-2018 The LyX Team.
### Copyright 1995-2020 The LyX Team.
###
### ========================================================

View File

@ -156,7 +156,7 @@ elseif(UNIX)
elseif(CYGWIN)
set(lyxrcorig "${TOP_SRC_DIR}/development/cygwin/lyxrc.dist.in")
elseif(WIN32)
set(lyxrcorig "${TOP_SRC_DIR}/development/win32/lyxrc.dist.in")
set(lyxrcorig "${TOP_SRC_DIR}/development/Win32/lyxrc.dist.in")
endif()
if(NOT lyxrcorig STREQUAL "")