projects
/
platform
/
upstream
/
Vulkan-LoaderAndValidationLayers.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85c3447
)
build: macOS: Adapt to changes in MoltenVK repo
author
Karl Schultz
<karl@lunarg.com>
Wed, 4 Apr 2018 00:26:40 +0000
(18:26 -0600)
committer
Karl Schultz
<karl@lunarg.com>
Wed, 4 Apr 2018 00:26:40 +0000
(18:26 -0600)
update_external_sources.sh
patch
|
blob
|
history
diff --git
a/update_external_sources.sh
b/update_external_sources.sh
index
9676e0d
..
333e94a
100755
(executable)
--- a/
update_external_sources.sh
+++ b/
update_external_sources.sh
@@
-71,9
+71,8
@@
function update_moltenvk () {
function build_moltenvk () {
echo "Building ${BASEDIR}/MoltenVK"
- cd "${BASEDIR}"/MoltenVK/External
- ./makeAll
cd "${BASEDIR}"/MoltenVK
+ ./fetchDependencies --v-lvl-root "${BUILDDIR}" --glslang-root "${BASEDIR}/glslang"
xcodebuild -project MoltenVKPackaging.xcodeproj \
GCC_PREPROCESSOR_DEFINITIONS='$GCC_PREPROCESSOR_DEFINITIONS MVK_LOGGING_ENABLED=0' \
-scheme "MoltenVK (Release)" build