Skip to content

Instantly share code, notes, and snippets.

@ryansroberts
Created January 27, 2015 16:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryansroberts/36b2a1d5f5233976474a to your computer and use it in GitHub Desktop.
Save ryansroberts/36b2a1d5f5233976474a to your computer and use it in GitHub Desktop.
Seriously FAKE, am I doing it wrong?
Target "Native" (fun _ ->
ignore(Shell.Exec ("sh",args="-c './build.libgit2sharp.sh'",dir=FileUtils.pwd () + "/lib/libgit2sharp")
))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment