~mixxxdevelopers/mixxx/fixes_sidechain_refactor

« back to all changes in this revision

Viewing changes to mixxx/build/features.py

  • Committer: RJ Ryan
  • Date: 2013-05-15 06:09:40 UTC
  • mfrom: (2837.1.533 trunk)
  • Revision ID: rryan@mixxx.org-20130515060940-z6y2jdkvlk3x39te
MergingĀ fromĀ lp:mixxx.

Show diffs side-by-side

added added

removed removed

Lines of Context:
453
453
            build.env.Append(CPPPATH=[self.INTERNAL_VAMP_PATH])
454
454
            self.INTERNAL_LINK = True
455
455
 
456
 
        build.env.Append(CPPDEFINES = '__VAMP__')
457
 
 
458
456
        # Needed on Linux at least. Maybe needed elsewhere?
459
457
        if build.platform_is_linux:
460
458
            # Optionally link libdl and libX11. Required for some distros.