Changeset 181 in Main for trunk/cygwin-wine.sh


Ignore:
Timestamp:
Sep 27, 2024, 7:59:42 AM (7 weeks ago)
Author:
Nishi
Message:

fix cygwin build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cygwin-wine.sh

    r180 r181  
    11#!/bin/sh
    22# $Id$
    3 #
    43
    5 #undef NO_IPV6
    6 #undef NO_SSL
    7 #define USE_POLL
    8 #define HAS_CHROOT
    9 #undef NO_GETADDRINFO
    104export WINEPATH='C:\cygwin\bin'
    115cat config.h.tmpl | sed -E 's/#undef (NO_IPV6|NO_SSL|NO_GETADDRINFO)/#define \1/g' > config.h
Note: See TracChangeset for help on using the changeset viewer.