summaryrefslogtreecommitdiff
path: root/bin/raw2png.py
diff options
context:
space:
mode:
authorTom Fogal <tfogal@alumni.unh.edu>2009-04-28 21:03:12 -0700
committerBrian Paul <brianp@vmware.com>2009-05-01 11:55:50 -0600
commit36edcebb9012f530a9288956a7fd3b21f9bb8aed (patch)
treeb290a45554febfc8a5f8f99403f28178f08eb0e8 /bin/raw2png.py
parent8a488b1be720247339f5c86fea5d2bff3d0fe084 (diff)
Fix symbol list for mangled Mesa on Darwin.
When building mangled Mesa on Darwin, the exported symbols are named `_mgluWhatever' instead of simply `_gluWhatever'. When using a list of exported symbols via the system ld's `-exported_symbols_list' command line option (as done by mklib), this resulted in error messages about exporting symbols which do not exist. Fortunately the file format accepts simple wildcards. This throws a wildcard so that the symbol list will match both the mangled and non-mangled names, preventing the warning and actually exporting the correct symbols in one shot.
Diffstat (limited to 'bin/raw2png.py')
0 files changed, 0 insertions, 0 deletions