mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-10 03:13:28 +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"
|
||||
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"
|
||||
|
||||
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