[build] Replace PLATFORM_ ifdefs with HOST_PLATFORM checks
commit3e77e0107172081523907f6f8a62599cdc18bd20
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Wed, 7 Aug 2019 18:17:08 +0000 (7 20:17 +0200)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Fri, 9 Aug 2019 10:53:14 +0000 (9 12:53 +0200)
tree51d3e38078373da4b4d3c3e397343d18ce74b52b
parent175e345122b7a65d178608187416706eba75e97b
[build] Replace PLATFORM_ ifdefs with HOST_PLATFORM checks

Building Linux BCL assemblies from a macOS machine didn't work since we
were enabling some Apple features if the build machine was macOS.
mcs/build/platforms/linux.make
mcs/build/platforms/macos.make
mcs/build/platforms/unix.make
mcs/build/platforms/win32.make
mcs/build/profiles/monodroid.make
mcs/build/profiles/net_4_x.make