diff --git a/services/crypto/Makefile b/services/crypto/Makefile index 1b5ab5d65eb1..91bd999e3c05 100755 --- a/services/crypto/Makefile +++ b/services/crypto/Makefile @@ -106,7 +106,7 @@ endif # Universal binary so no need for $(arch) for Darwin ifeq ($(sys), Darwin) - platform = $(os)-$(compiler) + platform = $(os) else platform = $(os)_$(arch)-$(compiler) endif