Fix build of "unreal" profile
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Tue, 18 Jul 2017 23:13:40 +0000 (01:13 +0200)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Tue, 18 Jul 2017 23:14:02 +0000 (01:14 +0200)
runtime/Makefile.am

index 052a45eeaeb3bf235e56a49bec0550313c14c96e..326158c3af8f680573cc7eed9196df4a56ce66a2 100644 (file)
@@ -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