Fix unix builds that need the included regex.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1664 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2005-04-22 00:10:06 +00:00
parent 341cd08183
commit 9b57336f4c
+3
View File
@@ -10,6 +10,9 @@ else
uqm_NAME=uqm # File name of executable
fi
uqm_CFLAGS="$uqm_CFLAGS -I src -I src/sc2code -I src/sc2code/libs"
if [ "$uqm_HAVE_REGEX" = 0 ]; then
uqm_CFLAGS="$uqm_CFLAGS -I src/regex"
fi
# Stuff to install under the directory for libraries, as specified during
# config.