We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 688968d commit 8f3946aCopy full SHA for 8f3946a
Modules/makesetup
@@ -282,7 +282,7 @@ sed -e 's/[ ]*#.*//' -e '/^[ ]*$/d' |
282
# there's actually only one obj, so just set it to the lib
283
for lib in $libs
284
do
285
- objs="target/\$(CARGO_TARGET_DIR)/$lib"
+ objs="target/\$(if \$(CARGO_TARGET),\$(CARGO_TARGET)/\$(CARGO_TARGET_DIR),\$(CARGO_TARGET_DIR))/$lib"
286
done
287
libs=
288
# depends on the headers through cpython-sys
0 commit comments