mirror of
https://github.com/libretro/pcsx2.git
synced 2024-12-14 13:49:51 +00:00
cmake: update wx-config option order for fedora
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5581 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
fd7b163643
commit
2ae4c62a41
@ -40,9 +40,9 @@ find_package(Subversion)
|
||||
# Warning do not put any double-quote for the argument...
|
||||
# set(wxWidgets_CONFIG_OPTIONS --unicode=yes --debug=yes) # In case someone want to debug inside wx
|
||||
#
|
||||
# Fedora uses an extra non-standard option ...
|
||||
# Fedora uses an extra non-standard option ... Arch must be the first option.
|
||||
if(Fedora)
|
||||
set(wxWidgets_CONFIG_OPTIONS --unicode=yes --arch i686)
|
||||
set(wxWidgets_CONFIG_OPTIONS --arch i686 --unicode=yes)
|
||||
else()
|
||||
set(wxWidgets_CONFIG_OPTIONS --unicode=yes)
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user