Skip to content

Commit b3bb217

Browse files
committed
Fix up overlays for MacOS builds
When we build on MacOS since we create a sparseimage file to do builds the location of the sdk overlays isn't correct. Fix this by copying the overlays/ dir into the mounted sparseimage file. Signed-off-by: Kumar Gala <[email protected]>
1 parent 25b0515 commit b3bb217

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

go.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ if [ "$machine" == "Mac" ]; then
3838
hdiutil mount ${ImageNameExt}
3939
fi
4040
cp -a patches /Volumes/$ImageName
41+
cp -a overlays /Volumes/$ImageName
4142
cd /Volumes/$ImageName
4243
fi
4344

0 commit comments

Comments
 (0)