diff options
| author | Ryan Houdek <Sonicadvance1@gmail.com> | 2013-11-24 16:43:53 -0600 |
|---|---|---|
| committer | Ryan Houdek <Sonicadvance1@gmail.com> | 2013-11-24 16:43:53 -0600 |
| commit | 2c09e8fc5a2bb6ea358d779ce523d44e1b7dcdce (patch) | |
| tree | 64453442da3edd33d3205103af9369dd190580f8 /Source | |
| parent | 13578dc0b3d8797bc82d69d346c3af0d90345206 (diff) | |
[Android] Enable hard-float support. Requires Android NDK r9b.
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Core/DolphinWX/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/DolphinWX/CMakeLists.txt b/Source/Core/DolphinWX/CMakeLists.txt index 23fb8d64f7..a35f1ba1ce 100644 --- a/Source/Core/DolphinWX/CMakeLists.txt +++ b/Source/Core/DolphinWX/CMakeLists.txt @@ -187,6 +187,7 @@ if(ANDROID) target_link_libraries(${DOLPHIN_EXE} log android + "-Wl,--no-warn-mismatch" "-Wl,--whole-archive" ${LIBS} "-Wl,--no-whole-archive" |
