This commit is contained in:
Pavel Sanda 2013-05-03 21:45:59 -07:00
parent 4b53c0d6c1
commit 9d478d5587

View File

@ -30,6 +30,10 @@ LOG_FILE="$(basename $0).log"
# Exclude common headers with regex
# (e.g. 'debug.h' will exclude 'support/debug.h')
# LyX was compiled on exotic environments and these sometimes
# require headers not needed on win/linux. So check the logs before
# deleting "redundant" standard libraries or includes around various
# ifdefs...
EXCLUDE='\(debug.h\|cstdio\)'
function BUILD_FN ()