mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Comment.
This commit is contained in:
parent
4b53c0d6c1
commit
9d478d5587
@ -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 ()
|
||||
|
Loading…
Reference in New Issue
Block a user