fixed path (your PKGBUILD doesn't build in a nested dir)

This commit is contained in:
Martchus
2016-02-27 20:07:42 +01:00
parent 5b4a999b3e
commit c5842fcc09
2 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ source=("angleproject"::git+https://chromium.googlesource.com/angle/angle
angleproject-include-import-library-and-use-def-file.patch)
sha256sums=('SKIP'
'80f1dc27536181e6cce98089de36f2829a525b1e134e733bbe4083607ace45e5'
'985a17541f2a4df6243cf817fd607f74619f995ff42f307ff95d6500f7f8fb64')
'ec7d1b70f6ae7e5aaa3d88c1e9de9f138e7e7097ff5a9ced8c96ab88c23238cc')
pkgver() {
cd "$srcdir/angleproject"
local _major=$(head -n 14 src/common/version.h | grep 'ANGLE_MAJOR_VERSION' | sed -e 's/.* //' | tr '\n' '.' | sed 's/.$/\n/')

View File

@@ -5,7 +5,7 @@
'msvs_enable_winphone' : '1',
}],
+ ['TARGET=="win32" or TARGET=="win64"', {
+ 'ldflags': [ '-Wl,--out-implib,libEGL.dll.a ../src/libEGL/libEGL.def' ],
+ 'ldflags': [ '-Wl,--out-implib,libEGL.dll.a ./src/libEGL/libEGL.def' ],
+ }],
],
+ 'libraries': [
@@ -21,7 +21,7 @@
'msvs_enable_winphone' : '1',
}],
+ ['TARGET=="win32" or TARGET=="win64"', {
+ 'ldflags': [ '-Wl,--out-implib,libGLESv2.dll.a ../src/libGLESv2/libGLESv2.def' ],
+ 'ldflags': [ '-Wl,--out-implib,libGLESv2.dll.a ./src/libGLESv2/libGLESv2.def' ],
+ }],
],
+ 'libraries': [