Skip to content

Commit 2069eff

Browse files
committed
Updating net_4_x profile to match what upstream mono uses for defines. In theory there should be no need to have UNITY or UNITY_AOT defines in a generic profile.
1 parent 408f435 commit 2069eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcs/build/profiles/net_4_x.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ profile-check:
1111
@:
1212

1313
DEFAULT_REFERENCES = mscorlib
14-
PROFILE_MCS_FLAGS = -d:NET_4_0 -d:NET_4_5 -d:NET_4_6 -d:MONO -d:UNITY_AOT -d:UNITY -d:WIN_PLATFORM -nowarn:1699 -nostdlib $(PLATFORM_DEBUG_FLAGS)
14+
PROFILE_MCS_FLAGS = -d:NET_4_0 -d:NET_4_5 -d:NET_4_6 -d:MONO -d:WIN_PLATFORM -nowarn:1699 -nostdlib $(PLATFORM_DEBUG_FLAGS)
1515
API_BIN_PROFILE = v4.7.1
1616

1717
FRAMEWORK_VERSION = 4.5

0 commit comments

Comments
 (0)