Skip to content

Commit

Permalink
Fixed bug 4088 - Fix Metal link errors with test programs in SDLTest.…
Browse files Browse the repository at this point in the history
…xcodeproj

Eric Wasylishen

The following patch adds Metal.framework to the "link binary with libraries" section of each test program, with "status" set to "optional", which fixes link errors on all of the test programs. I'm not sure if this is a correct fix - the fact that this was necessary might indicate the static SDL2.a library has a hard dependency on Metal.framework (?) - but it gets the test programs working in Xcode again.

It also adds testyuv_cvt.c to the testoverlay2 target, fixing a link error.
  • Loading branch information
slouken committed Feb 20, 2018
1 parent 58f9be1 commit c00858b
Showing 1 changed file with 106 additions and 0 deletions.

0 comments on commit c00858b

Please sign in to comment.