Skip to content

Commit

Permalink
patch again
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Jun 23, 2024
1 parent 741e2f6 commit fe04c56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conan/patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ set -e
echo "patch conan generated xcconfig files"

# patch xcconfig - see https://github.com/conan-io/conan/issues/16526
sed -i '' -E 's/\]\[arch=[a-zA-Z0-9_-]+]\]\[/][/g;t' conan-output/*.xcconfig
sed -i '' -E 's/\]\[arch=arm64\]\[/][/g;t' conan-output/*.xcconfig
sed -i '' -E 's/\]\[arch=x86_64\]\[/][/g;t' conan-output/*.xcconfig

echo "done"

0 comments on commit fe04c56

Please sign in to comment.