mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-28 03:53:06 +00:00
add linux
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@621 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
3
configure
vendored
3
configure
vendored
@@ -88,14 +88,13 @@ if $feat_vulkan; then
|
|||||||
FLAGS="$FLAGS -Dbuild_vulkan"
|
FLAGS="$FLAGS -Dbuild_vulkan"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
printf "Generating Makefile... "
|
echo "Generating Makefile... "
|
||||||
|
|
||||||
if ! m4 $FLAGS Makefile.m4 > Makefile; then
|
if ! m4 $FLAGS Makefile.m4 > Makefile; then
|
||||||
echo "(M4 exited with non-zero status)"
|
echo "(M4 exited with non-zero status)"
|
||||||
rm -f Makefile
|
rm -f Makefile
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
echo "Done"
|
|
||||||
|
|
||||||
echo "Features:"
|
echo "Features:"
|
||||||
echo " stb_image : $feat_stb_image"
|
echo " stb_image : $feat_stb_image"
|
||||||
|
|||||||
2
m4/ostype/Linux.m4
Normal file
2
m4/ostype/Linux.m4
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
dnl $Id$
|
||||||
|
define([use_x11])dnl
|
||||||
Reference in New Issue
Block a user