fix binding generation for OS X
authorPaul Davis <paul@linuxaudiosystems.com>
Mon, 10 Dec 2012 22:16:27 +0000 (22:16 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 10 Dec 2012 22:16:27 +0000 (22:16 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@13634 d708f5d6-7413-0410-9779-e7cbd77b26cf

tools/fmt-bindings

index 246e451aa6b179dcf8f066d10d739c97242bbcbb..15d24a38531d56fae472e3de6ee1d5b4edd91c5a 100755 (executable)
@@ -29,7 +29,7 @@ GetOptions ("platform=s" => \$platform,
            "accelmap" => \$make_accelmap,
            "merge=s" => \$merge_from);
 
-if ($platform eq "osx") {
+if ($platform eq "darwin") {
 
     $gtk_modifier_map{'PRIMARY'} = 'Primary';
     $gtk_modifier_map{'SECONDARY'} = 'Control';