22 lines
364 B
Plaintext
Raw Normal View History

# -*- makefile -*-
#
# Platform-specific makefile rules. This one's for macOS.
#
PLATFORM_MCS_FLAGS =
PLATFORM_RUNTIME = $(RUNTIME)
PLATFORM_TEST_HARNESS_EXCLUDES = NotOnMac
EXTERNAL_RUNTIME = mono
PLATFORM_PATH_SEPARATOR = :
# This is for changing / to \ on windows
PLATFORM_CHANGE_SEPARATOR_CMD = cat
hidden_prefix = .
hidden_suffix =
platform-check:
@: