We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 440

Summary: nasm/yasm need different -I include switch
Product: SDL Reporter: Ryan C. Gordon <icculus>
Component: buildAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P1    
Version: 2.0.0   
Hardware: x86   
OS: Linux   

Description Ryan C. Gordon 2007-06-15 22:47:16 UTC
We use -i for nasm/yasm include paths.

Older versions of yasm apparently want -I and not -i for specifying include paths. Newer versions support both.

nasm quietly support -i, but the --help screen only lists -I.

So...change that to -I to make everyone happy.

--ryan.
Comment 1 Ryan C. Gordon 2007-06-15 22:52:59 UTC
Fixed in svn revision #3089 for the 1.2 branch, and #3090 in the 1.3 branch.

--ryan.