mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 01:48:00 +00:00
Add mac/ to include paths after discussion with bjh21
[originally from svn r2229]
This commit is contained in:
parent
3cab3674e8
commit
4c24598b57
@ -11,7 +11,7 @@ use FileHandle;
|
||||
|
||||
open IN, "Recipe" or die "unable to open Recipe file\n";
|
||||
|
||||
@incdirs = ("", "unix/");
|
||||
@incdirs = ("", "unix/", "mac/");
|
||||
|
||||
$help = ""; # list of newline-free lines of help text
|
||||
%programs = (); # maps prog name + type letter to listref of objects/resources
|
||||
|
Loading…
Reference in New Issue
Block a user