Ignore:
Timestamp:
2013-06-26T14:46:22+12:00 (11 years ago)
Author:
ak19
Message:

The one change to make diffcol work on darwin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/nightly-tasks/diffcol/trunk/task.pl

    r27702 r27704  
    266266    # But since we know we're on a Linux/Darwin machine at this point, wecan just run `uname -m` and other linux cmds
    267267
    268     my $gnome_lib_file = ($^O =~ m/macos/i) ? "darwin-intel" : "linux"; # assuming all darwin is intel, not ppc!!
     268    my $gnome_lib_file = ($^O =~ m/macos|darwin/i) ? "darwin-intel" : "linux"; # assuming all darwin is intel, not ppc!!
    269269
    270270    my $bit_arch=`uname -m`;
Note: See TracChangeset for help on using the changeset viewer.