Skip to content

Commit

Permalink
Also update path to objconv binary
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed Oct 7, 2021
1 parent 86695cf commit f87c14e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/openblas.mk
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ endif
ifeq ($(USE_BLAS64), 1)
OPENBLAS_BUILD_OPTS += INTERFACE64=1 SYMBOLSUFFIX="$(OPENBLAS_SYMBOLSUFFIX)" LIBPREFIX="libopenblas$(OPENBLAS_LIBNAMESUFFIX)"
ifeq ($(OS), Darwin)
OPENBLAS_BUILD_OPTS += OBJCONV=$(abspath $(BUILDDIR)/objconv/objconv)
OPENBLAS_BUILD_OPTS += OBJCONV=$(abspath $(build_depsbindir)/objconv)
$(BUILDDIR)/$(OPENBLAS_SRC_DIR)/build-compiled: | $(build_prefix)/manifest/objconv
endif
endif
Expand Down

0 comments on commit f87c14e

Please sign in to comment.