mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Adjusted libsdl so that header files get included, but it's including them twice now?
This commit is contained in:
@@ -62,6 +62,8 @@ INSTALL()
|
||||
cp build/.libs/libSDLmain.a $developDir/lib/libSDLmain.a
|
||||
cp build/.libs/libSDLmain.la $developDir/lib/libSDLmain.la
|
||||
|
||||
cp include/* $includeDir
|
||||
|
||||
prepareInstalledDevelLibs \
|
||||
libSDL \
|
||||
libSDLmain
|
||||
@@ -74,9 +76,9 @@ INSTALL()
|
||||
|
||||
TEST()
|
||||
{
|
||||
cd SDL-1.2.15/test
|
||||
./configure
|
||||
make
|
||||
cd test
|
||||
runConfigure ./configure
|
||||
make $jobArgs
|
||||
echo testvidoinfo
|
||||
testvidinfo
|
||||
echo testgl
|
||||
|
||||
Reference in New Issue
Block a user