We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
make xa-all
1 parent 73e0241 commit 0065738Copy full SHA for 0065738
Makefile
@@ -70,7 +70,7 @@ bin/$(CONFIGURATION)/Android.Interop-Tests.dll: $(wildcard src/Android.Interop/*
70
$(XBUILD)
71
touch $@
72
73
-bin/$(XA_CONFIGURATION)/Java.Interop.dll:
+bin/$(XA_CONFIGURATION)/Java.Interop.dll: $(wildcard src/Java.Interop/*/*.cs)
74
$(XBUILD) /p:Configuration=$(XA_CONFIGURATION)
75
76
CSHARP_REFS = \
0 commit comments