mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-30 15:32:47 +00:00
rename CopyDataIntoBundle target name to avoid wx/qt conflict
This commit is contained in:
parent
19dabee326
commit
688b1e537e
@ -83,7 +83,7 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
|
||||
COMMAND ln -nfs ${CMAKE_SOURCE_DIR}/Data/Sys ${BUNDLE_PATH}/Contents/Resources/Sys
|
||||
VERBATIM
|
||||
)
|
||||
add_custom_target(CopyDataIntoBundle ALL
|
||||
add_custom_target(CopyDataIntoBundleQt ALL
|
||||
DEPENDS ${BUNDLE_PATH}/Contents/Resources/Sys
|
||||
)
|
||||
endif()
|
||||
|
@ -181,7 +181,7 @@ elseif(wxWidgets_FOUND)
|
||||
COMMAND ln -nfs ${CMAKE_SOURCE_DIR}/Data/Sys ${BUNDLE_PATH}/Contents/Resources/Sys
|
||||
VERBATIM
|
||||
)
|
||||
add_custom_target(CopyDataIntoBundle ALL
|
||||
add_custom_target(CopyDataIntoBundleWx ALL
|
||||
DEPENDS ${BUNDLE_PATH}/Contents/Resources/Sys
|
||||
)
|
||||
endif()
|
||||
@ -219,7 +219,7 @@ elseif(wxWidgets_FOUND)
|
||||
${CMAKE_SOURCE_DIR}/Data/Sys
|
||||
VERBATIM
|
||||
)
|
||||
add_custom_target(CopyTranslationsIntoBundle ALL
|
||||
add_custom_target(CopyTranslationsIntoBundleWx ALL
|
||||
DEPENDS ${BUNDLE_PATH}/Contents/Resources/en.lproj
|
||||
)
|
||||
endif()
|
||||
|
Loading…
x
Reference in New Issue
Block a user