Skip to content

Commit 0065738

Browse files
committed
[build] Fix make xa-all to build on Java.Interop source changes
1 parent 73e0241 commit 0065738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ bin/$(CONFIGURATION)/Android.Interop-Tests.dll: $(wildcard src/Android.Interop/*
7070
$(XBUILD)
7171
touch $@
7272

73-
bin/$(XA_CONFIGURATION)/Java.Interop.dll:
73+
bin/$(XA_CONFIGURATION)/Java.Interop.dll: $(wildcard src/Java.Interop/*/*.cs)
7474
$(XBUILD) /p:Configuration=$(XA_CONFIGURATION)
7575

7676
CSHARP_REFS = \

0 commit comments

Comments
 (0)