1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-07 13:53:23 -07:00

disable these includes i rarely use

This commit is contained in:
Connor Olding 2020-08-26 08:38:14 +02:00
parent fec9a8391b
commit f6be7c50c4

View File

@ -142,8 +142,8 @@ compile() {
maybe_include() {
[ -d "$1" ] && our_flags+=("-I$1")
}
maybe_include "$HOME/opt/local/include"
maybe_include "$HOME/src/ustl"
#maybe_include "$HOME/opt/local/include"
#maybe_include "$HOME/src/ustl"
# set the build flags for each mode.
if [ $CC = cl ]; then