Skip to content

Instantly share code, notes, and snippets.

@kivikakk
Created June 6, 2019 01:22
Show Gist options
  • Save kivikakk/bbc1a0ca7d43ead9962eca3a0ebb8ba5 to your computer and use it in GitHub Desktop.
Save kivikakk/bbc1a0ca7d43ead9962eca3a0ebb8ba5 to your computer and use it in GitHub Desktop.
diff --git a/Scripts/Mac/BuildGVFSForMac.sh b/Scripts/Mac/BuildGVFSForMac.sh
index 9704bb65..c039fd5e 100755
--- a/Scripts/Mac/BuildGVFSForMac.sh
+++ b/Scripts/Mac/BuildGVFSForMac.sh
@@ -17,7 +17,7 @@ if [ ! -d $VFS_OUTPUTDIR ]; then
fi
echo 'Building ProjFS kext and libraries...'
-$VFS_SRCDIR/ProjFS.Mac/Scripts/Build.sh $CONFIGURATION || exit 1
+# $VFS_SRCDIR/ProjFS.Mac/Scripts/Build.sh $CONFIGURATION || exit 1
# Create the directory where we'll do pre build tasks
BUILDDIR=$VFS_OUTPUTDIR/GVFS.Build
@@ -41,6 +41,8 @@ fi
echo "Generating CommonAssemblyVersion.cs as $VERSION..."
$VFS_SCRIPTDIR/GenerateCommonAssemblyVersion.sh $VERSION || exit 1
+exit
+
# /warnasmessage:MSB4011. Reference: https://bugzilla.xamarin.com/show_bug.cgi?id=58564
# Visual Studio Mac does not support explicit import of Sdks. GVFS.Installer.Mac.csproj
# does need this ability to override "Build" and "Publish" targets. As a workaround the
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment