Skip to content

Instantly share code, notes, and snippets.

@miquelbeltran
Created March 10, 2014 13:08
Show Gist options
  • Save miquelbeltran/9464664 to your computer and use it in GitHub Desktop.
Save miquelbeltran/9464664 to your computer and use it in GitHub Desktop.
#!/bin/bash
NDK_ROOT=$NDK_HOME
NDK_MAKE=$NDK_ROOT/prebuilt/windows-x86_64/bin/make.exe
$NDK_ROOT/prebuilt/windows-x86_64/bin/make.exe -f $NDK_ROOT/build/core/build-local.mk SHELL=cmd $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment