mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-25 17:19:42 +00:00
Merge pull request #5642 from kaienfr/new_build_MACOSX
Fix bug: building on MACOSX
This commit is contained in:
commit
ae09066292
@ -420,7 +420,7 @@ if(USE_FFMPEG)
|
||||
)
|
||||
endif()
|
||||
|
||||
if(IOS OR BLACKBERRY)
|
||||
if(IOS OR BLACKBERRY OR MACOSX)
|
||||
set(FFMPEG_LIBRARIES ${FFMPEG_LIBRARIES} iconv)
|
||||
endif()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user