[runtime] Use HOST_ defines instead of PLATFORM_ defines. (#5362)
[mono.git] / mono / tests / Makefile.am
index e93fb7de81fe72e9473bece369a46c8fbe661770..aeec29b075f9b9c90070489bf9acf68033f4ed2f 100755 (executable)
@@ -1139,10 +1139,10 @@ tests: compile-tests
 #
 # Test that no symbols are missed in eglib-remap.h
 #
-if PLATFORM_LINUX
+if HOST_LINUX
 test-platform: test-eglib-remap
 else
-if PLATFORM_DARWIN
+if HOST_DARWIN
 test-platform: test-eglib-remap
 endif
 endif