diff options
| author | Mark Lobodzinski <mark@lunarg.com> | 2018-02-21 15:31:52 -0700 |
|---|---|---|
| committer | Mark Lobodzinski <mark@lunarg.com> | 2018-02-27 11:15:39 -0700 |
| commit | e412cef6ebff0758abe4953f49f323251929e277 (patch) | |
| tree | c538c091ca4ea3ce3ec57f0352d93fad86be54b1 | |
| parent | d1a6271663fce5f0b77db482e9a13297404451fc (diff) | |
| download | usermoji-e412cef6ebff0758abe4953f49f323251929e277.tar.xz | |
docs: Remove osx-specific func from Linux instrs
Fixed a pre-existing typo in the android instructions for Linux.
Change-Id: I7ceea88d07a69a60fc1afe4b2facf3e03f0da0e5
| -rw-r--r-- | BUILD.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -389,7 +389,7 @@ Follow the setup steps for Linux or OSX above, then from your terminal: cd build-android ./update_external_sources_android.sh --no-build ./android-generate.sh -ndk-build -j $(sysctl -n hw.ncpu) +ndk-build -j4 ``` #### Windows Follow the setup steps for Windows above, then from Developer Command Prompt for VS2013: |
