Skip to content

Commit

Permalink
[osx] fixed, xbmc/interfaces/bindings does not exist anymore and -lta…
Browse files Browse the repository at this point in the history
…g belongs with depends group
  • Loading branch information
davilla committed Sep 10, 2012
1 parent ebc0fdf commit cde2e66
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions XBMC.xcodeproj/project.pbxproj
Expand Up @@ -7663,7 +7663,6 @@
"\"$(SRCROOT)/lib/ffmpeg/libswresample\"",
"\"$(SRCROOT)/lib/ffmpeg/libpostproc\"",
"\"$(SRCROOT)/lib/ffmpeg/libswscale\"",
"\"$(SRCROOT)/xbmc/interfaces/bindings\"",
);
LINK_WITH_STANDARD_LIBRARIES = YES;
OTHER_CPLUSPLUSFLAGS = (
Expand Down Expand Up @@ -7703,9 +7702,9 @@
"-lSDL_mixer",
"-lsmbclient",
"-lpython2.6",
"-ltag",
"-L$XBMC_DEPENDS/lib/mysql",
"-lmysqlclient",
"-ltag",
);
PRODUCT_NAME = XBMC;
USER_HEADER_SEARCH_PATHS = "$XBMC_DEPENDS/include $XBMC_DEPENDS/include/libcec $XBMC_DEPENDS/include/mysql $XBMC_DEPENDS/include/freetype2 $XBMC_DEPENDS/include/python2.6";
Expand Down Expand Up @@ -7786,7 +7785,6 @@
"\"$(SRCROOT)/lib/ffmpeg/libswresample\"",
"\"$(SRCROOT)/lib/ffmpeg/libpostproc\"",
"\"$(SRCROOT)/lib/ffmpeg/libswscale\"",
"\"$(SRCROOT)/xbmc/interfaces/bindings\"",
);
LINK_WITH_STANDARD_LIBRARIES = YES;
OTHER_CPLUSPLUSFLAGS = (
Expand Down Expand Up @@ -7826,9 +7824,9 @@
"-lSDL_mixer",
"-lsmbclient",
"-lpython2.6",
"-ltag",
"-L$XBMC_DEPENDS/lib/mysql",
"-lmysqlclient",
"-ltag",
);
PRODUCT_NAME = XBMC;
USER_HEADER_SEARCH_PATHS = "$XBMC_DEPENDS/include $XBMC_DEPENDS/include/libcec $XBMC_DEPENDS/include/mysql $XBMC_DEPENDS/include/freetype2 $XBMC_DEPENDS/include/python2.6";
Expand Down

0 comments on commit cde2e66

Please sign in to comment.