Skip to content

Commit

Permalink
Ignore buildflags because configure fails with CFLAGS, CXXFLAGS and L…
Browse files Browse the repository at this point in the history
…DFLAGS set in Arch.
  • Loading branch information
Tobias Mucke committed Feb 12, 2020
1 parent ffcddef commit 12f3d19
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*.pkg.tar.xz
pkg
src

4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ arch=('x86_64')
url='https://github.com/JetBrains/JetBrainsRuntime'
license=('GPL2')
depends=()
makedepends=('git' 'make' 'sed')
optdepends=()
makedepends=('git' 'make' 'sed' 'unzip' 'zip')
options=('!buildflags')

# Source from github.com isn't defined here because its downloaded by prepare() more efficiently
#source=("git+https://github.com/JetBrains/JetBrainsRuntime.git")
Expand Down

0 comments on commit 12f3d19

Please sign in to comment.