[runtime] Use HOST_ defines instead of PLATFORM_ defines. (#5362)
[mono.git] / mono / dis / Makefile.am
index 06085362c54484072e624443e2c11b6a9dc573c3..f1e79e317873425230b3eb0ff011313988852317 100644 (file)
@@ -54,7 +54,7 @@ monodis_LDADD =                       \
        $(GLIB_LIBS)                    \
        $(LIBICONV)
 
-if PLATFORM_DARWIN
+if HOST_DARWIN
 monodis_LDFLAGS=-framework CoreFoundation -framework Foundation
 endif