Skip to content

Commit 4674d4e

Browse files
jdolanCopilot
andcommitted
Remove all-local symlink hack from Examples/Shaders/Makefile.am
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 1154cd8 commit 4674d4e

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

Examples/Shaders/Makefile.am

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,6 @@ SPIRV_BLOBS = \
2929

3030
EXTRA_DIST = $(HLSL_SOURCES) $(MSL_BLOBS) $(SPIRV_BLOBS)
3131

32-
# For out-of-tree builds, symlink the pre-built blobs into the build directory
33-
# so SDL Resource resolution (SDL_GetBasePath() + "Shaders") finds them.
34-
all-local:
35-
@if [ "x$(srcdir)" != "x$(builddir)" ]; then \
36-
for f in $(MSL_BLOBS) $(SPIRV_BLOBS); do \
37-
test -e "$(builddir)/$$f" || \
38-
$(LN_S) "$(abs_srcdir)/$$f" "$(builddir)/$$f"; \
39-
done; \
40-
fi
41-
4232
# -------------------------------------------------------------------------
4333
# shadercross — regenerate all blobs from HLSL source.
4434
# Requires shadercross (from SDL_shadercross).

0 commit comments

Comments
 (0)