64
edits
Vinterstum (talk | contribs) |
Vinterstum (talk | contribs) |
||
Line 50: | Line 50: | ||
Change this to whatever root you used to install the dependency libraries. In my case, I've changed it to: | Change this to whatever root you used to install the dependency libraries. In my case, I've changed it to: | ||
OSXOPT=/opt/1028libs | OSXOPT=/opt/1028libs | ||
Now, find the line that says: | |||
OSX_STATIC_LIBS := `sdl-config --static-libs` | |||
Add whatever prefix you used when you built SDL, to the sdl-config path. Like this, for example: | |||
OSX_STATIC_LIBS := `/opt/1028libs/bin/sdl-config --static-libs` | |||
Next, find the section that starts with: | Next, find the section that starts with: |
edits