mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-21 07:07:39 +00:00
change(ios): relative to absolute build folder pathing
This commit is contained in:
parent
79ccc575ed
commit
09ca1492fc
2 changed files with 2 additions and 2 deletions
|
|
@ -37,7 +37,7 @@ builder_describe_outputs \
|
|||
build /ios/build/Build/Products/Release/KeymanEngine.xcframework
|
||||
|
||||
# Base definitions (must be before do_clean call)
|
||||
DERIVED_DATA=build
|
||||
DERIVED_DATA="$KEYMAN_ROOT/ios/build"
|
||||
BUILD_PATH=$DERIVED_DATA/Build/Products
|
||||
|
||||
# Extended path definitions
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ builder_describe_outputs \
|
|||
build /ios/build/Build/Products/Release-iphoneos/Keyman.xcarchive
|
||||
|
||||
# Base definitions (must be before do_clean call)
|
||||
DERIVED_DATA=build
|
||||
DERIVED_DATA="$KEYMAN_ROOT/ios/build"
|
||||
BUILD_PATH=$DERIVED_DATA/Build/Products
|
||||
|
||||
# Needed before `configure` action
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue