Skip to content

Commit

Permalink
Always use BSD sed
Browse files Browse the repository at this point in the history
  • Loading branch information
vkedwardli authored and flyinghead committed May 18, 2024
1 parent b7a2e60 commit 2797cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/apple/generate_xcode_project.command
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ fi
cmake -B build -DCMAKE_BUILD_TYPE=Release $option -DCMAKE_XCODE_GENERATE_SCHEME=YES -G "Xcode"

nl=$'\n'
sed -i '' -E "s/launchStyle/customLLDBInitFile = \"\$(SRCROOT)\/shell\/apple\/\\${lldbinitfolder}\/LLDBInitFile\"\\${nl}launchStyle/g" build/flycast.xcodeproj/xcshareddata/xcschemes/flycast.xcscheme
/usr/bin/sed -i '' -E "s/launchStyle/customLLDBInitFile = \"\$(SRCROOT)\/shell\/apple\/\\${lldbinitfolder}\/LLDBInitFile\"\\${nl}launchStyle/g" build/flycast.xcodeproj/xcshareddata/xcschemes/flycast.xcscheme
open build/flycast.xcodeproj

0 comments on commit 2797cca

Please sign in to comment.