mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Having two folders just differing in case is not such a good idea.
See #11882
This commit is contained in:
parent
68e227c9fa
commit
33e74e5117
@ -3,7 +3,7 @@
|
||||
### LyX, The Document Processor
|
||||
###
|
||||
### Copyright 1995 Matthias Ettrich
|
||||
### Copyright 1995-2018 The LyX Team.
|
||||
### Copyright 1995-2020 The LyX Team.
|
||||
###
|
||||
### ========================================================
|
||||
|
@ -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 "")
|
||||
|
Loading…
Reference in New Issue
Block a user