Skip to content

Commit

Permalink
Fix building interp-whitebox test. (dotnet#46388)
Browse files Browse the repository at this point in the history
<!--
Thank you for your Pull Request!

If you are new to contributing to Mono, please try to do your best at conforming to our coding guidelines http://www.mono-project.com/community/contributing/coding-guidelines/ but don't worry if you get something wrong. One of the project members will help you to get things landed.

Does your pull request fix any of the existing issues? Please use the following format: Fixes #issue-number
-->

Co-authored-by: vargaz <[email protected]>
  • Loading branch information
monojenkins and vargaz authored Jan 2, 2021
1 parent 1126cfb commit 1138101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mono/mono/mini/Makefile.am.in
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ libmaintest_a_CFLAGS = $(AM_CFLAGS) @CXX_ADD_CFLAGS@
WHITEBOX_ASSEMBLY=interp/whitebox-snippets.exe
test_mono_interp_whitebox_SOURCES =
test_mono_interp_whitebox_CFLAGS = $(AM_CFLAGS) @CXX_REMOVE_CFLAGS@
test_mono_interp_whitebox_LDADD = interp/libmaintest_a-whitebox.$(OBJEXT) libmini.la $(interp_libs_with_mini) $(dbg_libs_with_mini) $(sgen_libs)
test_mono_interp_whitebox_LDADD = interp/libmaintest_a-whitebox.$(OBJEXT) libmini.la $(interp_libs_with_mini) $(dbg_libs_with_mini) $(sgen_libs) $(LIBMONO_DTRACE_OBJECT) $(LLVMMONOF)
test_mono_interp_whitebox_LDFLAGS = $(libmonoldflags) $(monobin_platform_ldflags)
test_mono_interp_whitebox_DEPENDENCIES = $(WHITEBOX_ASSEMBLY)

Expand Down

0 comments on commit 1138101

Please sign in to comment.