mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
More hacks to the glib2 recipe.
Make sure the dir exists before creating a link inside it.
This commit is contained in:
@@ -92,7 +92,9 @@ BUILD()
|
|||||||
|
|
||||||
# There seem to be a problem with libtool, and without this some libraries
|
# There seem to be a problem with libtool, and without this some libraries
|
||||||
# would not be found during the build.
|
# would not be found during the build.
|
||||||
ln -s ../../glib/.libs gobject/.libs/lib
|
mkdir -p gobject/.libs
|
||||||
|
ln -sf ../../glib/.libs gobject/.libs/lib
|
||||||
|
|
||||||
make $jobArgs
|
make $jobArgs
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user