Skip to content

Commit

Permalink
CREATE_PROJECT: Link theora and jpeg in XCode-projects.
Browse files Browse the repository at this point in the history
  • Loading branch information
somaen committed Apr 9, 2015
1 parent be35b8b commit 680b107
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions devtools/create_project/xcode.cpp
Expand Up @@ -866,6 +866,8 @@ void XCodeProvider::setupBuildConfiguration() {
scummvmOSX_LdFlags.push_back("-lSDLmain");
scummvmOSX_LdFlags.push_back("-logg");
scummvmOSX_LdFlags.push_back("-lpng");
scummvmOSX_LdFlags.push_back("-ljpeg");
scummvmOSX_LdFlags.push_back("-ltheora");
scummvmOSX_LdFlags.push_back("-lfreetype");
scummvmOSX_LdFlags.push_back("-lvorbisfile");
scummvmOSX_LdFlags.push_back("-lvorbis");
Expand Down

0 comments on commit 680b107

Please sign in to comment.