mirror of
https://github.com/rozniak/xfce-winxp-tc.git
synced 2026-01-26 11:39:44 +00:00
Bugfix: Fixes #325, Wine conflicts with wintc-notepad on Fedora
This commit is contained in:
@@ -49,7 +49,10 @@ add_executable(
|
||||
#
|
||||
set(NOTEPAD_OUTPUT_NAME ${PROJECT_NAME})
|
||||
|
||||
if (NOT ${WINTC_PKGMGR} STREQUAL "archpkg")
|
||||
if (
|
||||
NOT ${WINTC_PKGMGR} STREQUAL "archpkg" AND
|
||||
NOT ${WINTC_PKGMGR} STREQUAL "rpm"
|
||||
)
|
||||
set(NOTEPAD_OUTPUT_NAME notepad)
|
||||
|
||||
set_target_properties(
|
||||
|
||||
Reference in New Issue
Block a user