Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2017-07-19 02:13:40 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-07-19 02:14:02 +0300
commit09aa3bcc3030a8f184232ce34287b852960a33f9 (patch)
treec82df408912871eadffde320e00a964a8250252e /runtime
parentaabcc3e60ebb0c6ed181398b5b7bb9f12fa889df (diff)
Fix build of "unreal" profile
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index 052a45eeaeb..326158c3af8 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -68,6 +68,10 @@ if INSTALL_ORBIS
build_profiles += orbis
endif
+if INSTALL_UNREAL
+build_profiles += unreal
+endif
+
test_profiles = $(build_profiles)
if BUILD_MCS