Jelajahi Sumber

fix netcore build with cygwin (#17361)

Egor Bogatov 6 tahun lalu
induk
melakukan
c13f36bdfe
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  1. 2 0
      netcore/corerun/Makefile.am

+ 2 - 0
netcore/corerun/Makefile.am

@@ -1,3 +1,4 @@
+if !HOST_WIN32
 # Files copied from coreclr/src/coreclr/hosts/unixcorerun repo
 
 AM_CPPFLAGS = $(SHARED_CFLAGS)
@@ -5,3 +6,4 @@ AM_CPPFLAGS = $(SHARED_CFLAGS)
 bin_PROGRAMS = corerun
 
 corerun_SOURCES = corerun.cpp coreruncommon.cpp coreruncommon.h coreclrhost.h
+endif