Skip to content

Commit 8d7f440

Browse files
committed
Fix makefile after I accidentally broke it by sorting files alphabetically.
1 parent e647e65 commit 8d7f440

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -786,9 +786,9 @@ HEADER_FILES = \
786786
Var.h \
787787
VectorizeLoops.h \
788788
WasmExecutor.h \
789-
WrapCalls.h
789+
WrapCalls.h \
790790
runtime/HalideBuffer.h \
791-
runtime/HalideRuntime.h \
791+
runtime/HalideRuntime.h
792792

793793
OBJECTS = $(SOURCE_FILES:%.cpp=$(BUILD_DIR)/%.o)
794794
HEADERS = $(HEADER_FILES:%.h=$(SRC_DIR)/%.h)
@@ -890,7 +890,7 @@ RUNTIME_CPP_COMPONENTS = \
890890
windows_yield \
891891
write_debug_image \
892892
vulkan \
893-
x86_cpu_features \
893+
x86_cpu_features
894894

895895
RUNTIME_LL_COMPONENTS = \
896896
aarch64 \

0 commit comments

Comments
 (0)