BUG: Fix to support arch and isysroot compilation options on MAC (Bug 5007).

This commit is contained in:
Miguel A. Figueroa-Villanueva 2007-11-12 13:52:45 -05:00
parent e4ac63fa72
commit d22df5bef4
1 changed files with 4 additions and 0 deletions

View File

@ -591,6 +591,10 @@ ELSE(WIN32_STYLE_FIND)
SEPARATE_ARGUMENTS(wxWidgets_LIBRARIES)
STRING(REPLACE "-framework;" "-framework "
wxWidgets_LIBRARIES "${wxWidgets_LIBRARIES}")
STRING(REPLACE "-arch;" "-arch "
wxWidgets_LIBRARIES "${wxWidgets_LIBRARIES}")
STRING(REPLACE "-isysroot;" "-isysroot "
wxWidgets_LIBRARIES "${wxWidgets_LIBRARIES}")
# extract linkdirs (-L) for rpath (i.e., LINK_DIRECTORIES)
STRING(REGEX MATCHALL "-L[^;]+"