Corrected name of libpcre package for gcc4
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40755 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
e3d7cfe0a8
commit
88d4db42cf
@ -1409,8 +1409,8 @@ if [ IsOptionalHaikuImagePackageAdded PCRE ] {
|
||||
Echo "No optional package PCRE available for $(TARGET_ARCH)" ;
|
||||
} else {
|
||||
if $(HAIKU_GCC_VERSION[1]) >= 4 {
|
||||
InstallOptionalHaikuImagePackage pcre-8.12-x86-gcc4-2011-02-28.zip
|
||||
: $(baseURL)/pcre-8.12-x86-gcc4-2011-02-28.zip
|
||||
InstallOptionalHaikuImagePackage libpcre-8.12-x86-gcc4-2011-02-28.zip
|
||||
: $(baseURL)/libpcre-8.12-x86-gcc4-2011-02-28.zip
|
||||
;
|
||||
} else {
|
||||
InstallOptionalHaikuImagePackage
|
||||
|
Loading…
Reference in New Issue
Block a user