add linux

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@621 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-11-07 17:53:22 +00:00
parent d19180212f
commit 4622024e4c
2 changed files with 3 additions and 2 deletions

3
configure vendored
View File

@@ -88,14 +88,13 @@ if $feat_vulkan; then
FLAGS="$FLAGS -Dbuild_vulkan"
fi
printf "Generating Makefile... "
echo "Generating Makefile... "
if ! m4 $FLAGS Makefile.m4 > Makefile; then
echo "(M4 exited with non-zero status)"
rm -f Makefile
exit 1
fi
echo "Done"
echo "Features:"
echo " stb_image : $feat_stb_image"