Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/blur/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $(GENERATOR_BIN)/halide_blur.generator: halide_blur_generator.cpp $(GENERATOR_DE

$(BIN)/%/halide_blur.a: $(GENERATOR_BIN)/halide_blur.generator
@mkdir -p $(@D)
$^ -g halide_blur -e $(GENERATOR_OUTPUTS) -o $(@D) target=$*
$^ -g halide_blur -e $(GENERATOR_OUTPUTS) -o $(@D) target=$(HL_TARGET)

# g++ on OS X might actually be system clang without openmp
CXX_VERSION=$(shell $(CXX) --version)
Expand Down