]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/tmake/baserpm.t
Various tweaks, fixes, and additions
[wxWidgets.git] / distrib / msw / tmake / baserpm.t
index dc1b2ad0cbb91013521d444b981ba2e6842126ff..fe61e79027a9a7ba505db2fc48d6266a2a6a04cd 100644 (file)
@@ -16,7 +16,7 @@
     }
 
     foreach $file (sort keys %wxUNIXINCLUDE) {
-        next unless $wxWXINCLUDE{$file} =~ /\bB\b/;
+        next unless $wxUNIXINCLUDE{$file} =~ /\bB\b/;
 
         $project{"BASE_HEADERS"} .= "include/wx/unix/" . $file . " "
     }