Clang dependency
This commit is contained in:
parent
ec6cc9283e
commit
1ef2111ce5
1 changed files with 2 additions and 2 deletions
4
PKGBUILD
4
PKGBUILD
|
@ -10,7 +10,7 @@ url="http://www.godotengine.org"
|
|||
license=('MIT')
|
||||
arch=('i686' 'x86_64')
|
||||
makedepends=('git' 'scons' 'pulseaudio')
|
||||
depends=('glu' 'libxcursor' 'libxinerama' 'alsa-lib' 'freetype2' 'mesa')
|
||||
depends=('glu' 'libxcursor' 'libxinerama' 'alsa-lib' 'freetype2' 'mesa' 'clang')
|
||||
optdepends=()
|
||||
conflicts=("godot")
|
||||
provides=("godot")
|
||||
|
@ -47,7 +47,7 @@ build() {
|
|||
|
||||
sed -n '/\/* Copyright/,/IN THE SOFTWARE./p' main/main.cpp | sed 's/\/\*//' | sed 's/\*\///' > LICENSE
|
||||
|
||||
scons platform=x11 target=release_debug
|
||||
scons platform=x11 target=release_debug CXX=clang++
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue