mirror of
https://github.com/minio/minio.git
synced 2025-01-12 07:23:23 -05:00
Merge pull request #35 from harshavardhana/pr_out_add_arch_osx_for_isal_to_compile_properly_on_macosx
This commit is contained in:
commit
832319d06b
4
Makefile
4
Makefile
@ -28,7 +28,11 @@ endif
|
||||
# @godep go test -race -coverprofile=cover.out github.com/minio-io/minio/pkg/os/sysctl
|
||||
|
||||
build-storage:
|
||||
ifeq ($(ARCH), Darwin)
|
||||
@$(MAKE) $(MAKE_OPTIONS) arch=osx -C pkg/storage/erasure/isal lib
|
||||
else
|
||||
@$(MAKE) $(MAKE_OPTIONS) -C pkg/storage/erasure/isal lib
|
||||
endif
|
||||
@godep go test -race -coverprofile=cover.out github.com/minio-io/minio/pkg/storage/erasure
|
||||
|
||||
build-minioapi:
|
||||
|
Loading…
Reference in New Issue
Block a user