add linux
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@621 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
d19180212f
commit
4622024e4c
2 changed files with 3 additions and 2 deletions
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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue