You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[jnimarshalmethod-gen] When using -o DIR, put temp assembly in DIR (#483)
Instead of trying to create it in the location of the original
assembly as that might not be writable.
Added test for -o, --keeptemp and -f parameters to test
whether the new and temporary assemblies were created
in the output directory
(test -f test-jni-output/$(notdir $<)&&test -f test-jni-output/Java.Interop.Export-Tests-JniMarshalMethods.dll) || { echo"jnimarshalmethod-gen did not create the expected assemblies in the test-jni-output directory";exit 1; }
0 commit comments