diff options
-rw-r--r-- | Mk/Uses/mono.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/Uses/mono.mk b/Mk/Uses/mono.mk index fad2245778ca..61e3714abd47 100644 --- a/Mk/Uses/mono.mk +++ b/Mk/Uses/mono.mk @@ -10,8 +10,8 @@ .if !defined(_INCLUDE_USES_MONO_MK) _INCLUDE_USES_MONO_MK= yes -.if defined(objc_ARGS) -IGNORE= USES=objc takes no arguments +.if defined(mon_ARGS) +IGNORE= USES=mono takes no arguments .endif # Set the location of the .wapi directory so we write to a location we |