Skip to content

Commit 4237efc

Browse files
Propagate variable calls both to the linker and the compiler.
1 parent da53c52 commit 4237efc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Modules/makesetup

+2-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@ sed -e 's/[ ]*#.*//' -e '/^[ ]*$/d' |
136136
*.[cC]) srcs="$srcs $arg";;
137137
*.cc) srcs="$srcs $arg";;
138138
*.c++) srcs="$srcs $arg";;
139-
\$*) libs="$libs $arg";;
139+
\$*) libs="$libs $arg"
140+
cpps="$cpps $arg";;
140141
*.*) echo 1>&2 "bad word $arg in $line"
141142
exit 1;;
142143
-u) skip=libs; libs="$libs -u";;

0 commit comments

Comments
 (0)