Skip to content

Commit

Permalink
Adding qcalls-def.h to Makefile.am (dotnet#38621)
Browse files Browse the repository at this point in the history
Fixes mono/mono#20049

Co-authored-by: thaystg <[email protected]>
  • Loading branch information
monojenkins and thaystg authored Jun 30, 2020
1 parent b9435dc commit f601feb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/mono/mono/metadata/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,8 @@ common_sources = \
abi.c \
native-library.c \
native-library.h \
native-library-qcall.c
native-library-qcall.c \
qcall-def.h

# These source files have compile time dependencies on GC code
gc_dependent_sources = \
Expand Down

0 comments on commit f601feb

Please sign in to comment.