Removed the /gcc4/ from the libdir for Paladin, this should fix the missing symbol issue reported in Haiku trac

ticket# 7309.
This commit is contained in:
Scott McCreary
2011-03-18 21:28:34 +00:00
parent 52ed72a93c
commit eae3291c37

View File

@@ -16,6 +16,7 @@ BUILD {
else
./buildhaikugcc4.sh
cd ../SymbolFinder
sed -i 's/gcc4\///g' *
make
cp objects.x86-gcc4-release/SymbolFinder SymbolFinder
fi