Skip to content

Commit

Permalink
[bitcode] fix build regression of tvos and watchos
Browse files Browse the repository at this point in the history
caused by 5e9af50
  • Loading branch information
lewurm authored and marek-safar committed Jul 11, 2018
1 parent 69640df commit a5370bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mono/metadata/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ win32_sources = \

platform_sources = $(win32_sources)

glib_libs = $(top_builddir)/mono/eglib/libeglib.la

# Use -m here. This will use / as directory separator (C:/WINNT).
# The files that use MONO_ASSEMBLIES and/or MONO_CFG_DIR replace the
# / by \ if running under WIN32.
Expand Down Expand Up @@ -63,6 +61,8 @@ unix_sources = \
platform_sources = $(unix_sources)
endif

glib_libs = $(top_builddir)/mono/eglib/libeglib.la

if HOST_ANDROID
platform_sources += ../../support/libm/complex.c
endif
Expand Down

0 comments on commit a5370bd

Please sign in to comment.