Skip to content

Commit

Permalink
chore: update rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofzablocki committed Apr 20, 2022
1 parent 1594839 commit 2e73997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ task :build, [:build_fat] do |t, args|
print_info "Building project (fat: #{args[:build_fat]})"

# Use xcodebuild due to https://bugs.swift.org/browse/SR-15802
cmd = %Q(xcodebuild -scheme sourcery -destination generic/platform=macOS -archivePath #{BUILD_DIR}sourcery.xcarchive archive)
cmd = %Q(xcodebuild -scheme sourcery -destination generic/platform=macOS -clonedSourcePackagesDirPath #{BUILD_DIR}Packages -archivePath #{BUILD_DIR}sourcery.xcarchive archive)
cmd << " ARCHS=#{`uname -m`.chomp}" unless args[:build_fat]
xcpretty cmd

Expand Down

0 comments on commit 2e73997

Please sign in to comment.