From 594e27b0722a59e4ec20005525ee4ce2a37cbcdb Mon Sep 17 00:00:00 2001 From: Matt Ward Date: Wed, 25 Apr 2018 14:39:57 +0100 Subject: [Core] Use .dylib for native file watcher Previously the native file watcher was statically linked into monostub. This meant that the unit tests were not using the native file watcher but the one provided by Mono. Switching to a dylib allows the unit tests to use the native file watcher. If the dylib is missing then the Mono file watcher will be used. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ac7b0946ef..78f7e19612 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,7 @@ obj/ /main/build/MacOSX/monostub /main/build/MacOSX/monostub-nogui /main/build/MacOSx/monostub-test +/main/build/MacOSX/libsystemnative.dylib /local-libs /main/build/tests /main/monodevelop_version -- cgit v1.2.3