fix build
This commit is contained in:
parent
61b60f9e46
commit
ff0490c7c6
2 changed files with 3 additions and 4 deletions
|
@ -121,10 +121,9 @@ symlinkHwCapDirs top libdir = forM_ hwcapdirs $ \d ->
|
|||
]
|
||||
"i386" ->
|
||||
[ "tls/i686"
|
||||
[ "tls/i586"
|
||||
, "tls/i586"
|
||||
, "i686"
|
||||
,
|
||||
"i586"
|
||||
, "i586"
|
||||
]
|
||||
"arm" ->
|
||||
-- Probably not complete, only what I have
|
||||
|
|
|
@ -25,4 +25,4 @@ dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
|
|||
I: FAIL line matches with some context
|
||||
Error: Process completed with exit code 1.
|
||||
```
|
||||
|
||||
> [[fixed|done]] --[[Joey]]
|
||||
|
|
Loading…
Reference in a new issue