Skip to content

Commit 3756f5b

Browse files
authored
Merge pull request #217 from andrjohns/fix-tbbmalloc-makefile
Fix tbbmalloc compilation error due to tabs
2 parents 8ace319 + 09c4898 commit 3756f5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

patches/windows_arm64.diff

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ index 421e95c5..e7c38fa4 100644
2727
+# LLVM on Windows doesn't need --version-script export
2828
+# https://reviews.llvm.org/D63743
2929
+ifeq (, $(WINARM64_CLANG))
30-
+ MALLOC_LINK_FLAGS += $(EXPORT_KEY)tbbmalloc.def
30+
+ MALLOC_LINK_FLAGS += $(EXPORT_KEY)tbbmalloc.def
3131
+endif
3232
$(MALLOC.DLL): tbbmalloc.def
3333
endif

src/tbb/build/Makefile.tbbmalloc

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ tbbmalloc.def: $(MALLOC.DEF)
7777
# LLVM on Windows doesn't need --version-script export
7878
# https://reviews.llvm.org/D63743
7979
ifeq (, $(WINARM64_CLANG))
80-
MALLOC_LINK_FLAGS += $(EXPORT_KEY)tbbmalloc.def
80+
MALLOC_LINK_FLAGS += $(EXPORT_KEY)tbbmalloc.def
8181
endif
8282
$(MALLOC.DLL): tbbmalloc.def
8383
endif

0 commit comments

Comments
 (0)