Don't duplicate src/osx/cocoa/stdpaths.mm in wxiOS files list
This file is already included in BASE_OSX_SHARED_SRC, which is part of wxiOS sources, so there is no need to repeat it in OSX_IPHONE_SRC as well. This fixes warnings about ignoring duplicate rules in the makefile in command line builds.
This commit is contained in:
@@ -2552,7 +2552,6 @@ set(OSX_COCOA_HDR
|
||||
set(OSX_IPHONE_SRC
|
||||
${OSX_COMMON_SRC}
|
||||
src/generic/regiong.cpp
|
||||
src/osx/cocoa/stdpaths.mm
|
||||
# iphone files
|
||||
src/osx/iphone/anybutton.mm
|
||||
src/osx/iphone/button.mm
|
||||
|
Reference in New Issue
Block a user