use just 'Darwin' for the platform dir on OSX. 'Darwin-gcc3' does not appear to work correctly

This commit is contained in:
Dan Mills 2008-07-17 20:38:42 -07:00
parent 3b80869547
commit 5d2591dac9

View File

@ -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