fixed path (your PKGBUILD doesn't build in a nested dir)
This commit is contained in:
@@ -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/')
|
||||
|
||||
@@ -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': [
|
||||
|
||||
Reference in New Issue
Block a user