Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
weissi committed Apr 24, 2017
1 parent 8764fc9 commit c8e9dbe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/Build/Destination.swift
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ public struct Destination {
sdk: sdkPath,
toolchain: toolchainPath,
dynamicLibraryExtension: "dylib",
extraCCFlags: sdkPlatformFrameworksArguments,
extraCCFlags: ["-arch", "x86_64",
"-mmacosx-version-min=10.10"] + sdkPlatformFrameworksArguments,
extraSwiftCFlags: ["-target", "x86_64-apple-macosx10.10",
"-sdk", sdkPath.asString] + sdkPlatformFrameworksArguments,
extraCPPFlags: ["-lc++"])
Expand Down

0 comments on commit c8e9dbe

Please sign in to comment.