Skip to content

Commit

Permalink
Fix patch location issue
Browse files Browse the repository at this point in the history
  • Loading branch information
CaKrome authored Sep 16, 2021
1 parent c57e235 commit f7cb927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions intellij-idea-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ mv android intellij-community-idea-$intellij_idea_version
cd intellij-community-idea-$intellij_idea_version

# https://youtrack.jetbrains.com/issue/KTIJ-19348
patch -p0 -i kotlin_dist_for_ide.patch
patch -p0 -i ../kotlin_dist_for_ide.patch

# https://youtrack.jetbrains.com/issue/IDEA-276102
# https://youtrack.jetbrains.com/issue/IDEA-277775
patch -p0 -i skip_jps_build.patch
patch -p0 -i ../skip_jps_build.patch

sed '/def targetOs =/c def targetOs = "linux"' -i build/dependencies/setupJbre.gradle
sed '/String targetOS/c String targetOS = OS_LINUX' -i platform/build-scripts/groovy/org/jetbrains/intellij/build/BuildOptions.groovy
Expand Down

0 comments on commit f7cb927

Please sign in to comment.