Sign in
android
/
toolchain
/
rustc
/
62a5f3ea9c7ba3a36c37c0084009905baeb23989
/
.
/
tests
/
run-make
/
symlinked-libraries
/
Makefile
blob: fb0b6127e6f5c4aa68b5c308b721da20f32b50ad [
file
] [
log
] [
blame
]
# ignore-cross-compile
include
../
tools
.
mk
# ignore-windows
# `ln` is actually `cp` on msys.
all
:
$
(
RUSTC
)
foo
.
rs
-
C prefer
-
dynamic
mkdir
-
p $
(
TMPDIR
)/
other
ln
-
nsf $
(
TMPDIR
)/
$
(
call DYLIB_GLOB
,
foo
)
$
(
TMPDIR
)/
other
$
(
RUSTC
)
bar
.
rs
-
L $
(
TMPDIR
)/
other