Ignore:
Timestamp:
02/26/21 10:56:08 (4 years ago)
Author:
jdquinn
Message:

CHG: Modifications to build system and additional configurations in support of Windows 10 MSYS2 MinGW build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/os/issmscpin.m

    r23054 r26034  
    1818%if hostname and host are the same, do a simple copy
    1919if strcmpi(hostname,host),
    20 
    21     for i=1:numel(packages),
     20        for i=1:numel(packages),
    2221                success=copyfile([path '/' packages{i}]); %keep going, even if success=0
    2322        end
    24 
    2523else
    26 
    27         if ispc(),
     24        if ispc & ~ismingw,
    2825                %use the putty project pscp.exe: it should be in the path.
    2926
Note: See TracChangeset for help on using the changeset viewer.