Fix dylibs being output to wrong mapped CPU folder
diff --git a/src/Makefile.am b/src/Makefile.am
index 8beaf1e..58dcead 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -188,7 +188,7 @@
 	$(abs_builddir)/swift/Dispatch.swiftdoc \
 	$(SWIFT_OBJ_FILES)
 
-swiftmoddir=${prefix}/lib/swift/${OS_STRING}/${host_cpu}
+swiftmoddir=${prefix}/lib/swift/${OS_STRING}/${target_cpu}
 swiftmod_HEADERS=\
 	$(abs_builddir)/swift/Dispatch.swiftmodule \
 	$(abs_builddir)/swift/Dispatch.swiftdoc