73ee7591e8
Former-commit-id: d18deab1b47cfd3ad8cba82b3f37d00eec2170af
22 lines
364 B
Makefile
22 lines
364 B
Makefile
# -*- 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:
|
|
@:
|