aboutsummaryrefslogtreecommitdiff
path: root/BUILD.md
diff options
context:
space:
mode:
authorMark Lobodzinski <mark@lunarg.com>2018-02-21 15:31:52 -0700
committerMark Lobodzinski <mark@lunarg.com>2018-02-27 11:15:39 -0700
commit9f7c807b51565d6c15dfa87dd05dc7eef7ec4752 (patch)
treeae65c0280bb7eb3396fad665ce593c586feb43f9 /BUILD.md
parent7f43fad5314b54b9bf75937b22d9c9d00ae91a63 (diff)
downloadvulkan-validation-layers-9f7c807b51565d6c15dfa87dd05dc7eef7ec4752.tar.gz
docs: Remove osx-specific func from Linux instrs
Fixed a pre-existing typo in the android instructions for Linux. Change-Id: I7ceea88d07a69a60fc1afe4b2facf3e03f0da0e5
Diffstat (limited to 'BUILD.md')
-rw-r--r--BUILD.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.md b/BUILD.md
index c216852c0..731f717f9 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -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: