Changeset 200


Ignore:
Timestamp:
Oct 5, 2009, 8:33:58 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

mkspecs: Misplaced else which led to indistinguishable OBJECTS_DIR and friends in debug_and_release builds under some conditions (e.g. OBJECTS_DIR contained neither 'debug' nor 'release').

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mkspecs/features/exclusive_builds.prf

    r2 r200  
    2020        } else:isEqual(appendFirstBuild, true):!contains($$list($$first($$fix)), .*$${firstBuild}.*) {
    2121            contains($$list($${first($$fix)}), .*/$):eval($$fix = $${first($$fix)}$${firstBuild})
    22             else:eval($$fix = $${first($$fix)}-$${firstBuild})
     22            } else {
     23                eval($$fix = $${first($$fix)}-$${firstBuild})
    2324        }
    2425        export($$fix)
Note: See TracChangeset for help on using the changeset viewer.