Skip to content

Commit

Permalink
Fix cross compiling packges
Browse files Browse the repository at this point in the history
  • Loading branch information
colemancda committed May 22, 2022
1 parent 3f62f2c commit fb25236
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions swift-define
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ SWIFT_NATIVE_PATH="${SWIFT_NATIVE_PATH:=/usr/bin}"
SWIFT_LLVM_DIR="${SWIFT_LLVM_DIR:=/usr/lib/llvm-12}"
SWIFT_BUILD_CONFIGURATION="${SWIFT_BUILD_CONFIGURATION:=Release}"
SWIFTPM_CONFIGURATION="${SWIFTPM_CONFIGURATION:=release}"
SWIFT_PACKAGE_SRCDIR=$SRC_ROOT/swift-hello
SWIFT_PACKAGE_BUILDDIR=$SRC_ROOT/build/swift-hello
SWIFT_PACKAGE_SRCDIR="${SWIFT_PACKAGE_SRCDIR:=$SRC_ROOT/swift-hello}"
SWIFT_PACKAGE_BUILDDIR="${SWIFT_PACKAGE_BUILDDIR:=$SRC_ROOT/build/swift-hello}"

# Build Paths
SWIFT_SRCDIR=$SRC_ROOT/downloads/swift-swift-${SWIFT_VERSION}-RELEASE
Expand Down

0 comments on commit fb25236

Please sign in to comment.