imagetoicon: try and make the buildmaster happy

This commit is contained in:
augiedoggie
2024-11-09 18:58:26 -07:00
committed by GitHub
parent 2fdc3834b7
commit 237cbaf98e

View File

@@ -33,6 +33,8 @@ BUILD_PREREQUIRES="
BUILD()
{
# attempt to make jam happy on the buildmaster by creating the object directory
mkdir -pv obj.X86
BUILDHOME=/boot/system/develop jam $jobArgs
}