projects
/
platform
/
upstream
/
Vulkan-Loader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28b6400
)
docs: Remove osx-specific func from Linux instrs
author
Mark Lobodzinski
<mark@lunarg.com>
Wed, 21 Feb 2018 22:31:52 +0000
(15:31 -0700)
committer
Mark Lobodzinski
<mark@lunarg.com>
Tue, 27 Feb 2018 18:15:39 +0000
(11:15 -0700)
Fixed a pre-existing typo in the android instructions for Linux.
Change-Id: I7ceea88d07a69a60fc1afe4b2facf3e03f0da0e5
BUILD.md
patch
|
blob
|
history
diff --git
a/BUILD.md
b/BUILD.md
index c216852c04081db8f29bb0e5c1bd991cc209565b..731f717f975851b58640ab06fa402b034a74224b 100644
(file)
--- 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 -j
4
```
#### Windows
Follow the setup steps for Windows above, then from Developer Command Prompt for VS2013: