diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2013-08-19 20:52:28 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2013-08-19 20:53:02 -0400 |
| commit | ef436637ea02591c41b4898708f63bdf6e3f993c (patch) | |
| tree | 7704e93a6f54619925820ffec9c52bf828fa0f0a /src/rt/jemalloc/configure | |
| parent | 517e6112710a8b0d107a847c862c3114d67d4b7a (diff) | |
| download | rust-ef436637ea02591c41b4898708f63bdf6e3f993c.tar.gz rust-ef436637ea02591c41b4898708f63bdf6e3f993c.zip | |
jemalloc: use $(AR), not `ar`
Diffstat (limited to 'src/rt/jemalloc/configure')
| -rwxr-xr-x | src/rt/jemalloc/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/jemalloc/configure b/src/rt/jemalloc/configure index f6ea76c7e84..47af18916a6 100755 --- a/src/rt/jemalloc/configure +++ b/src/rt/jemalloc/configure @@ -4453,7 +4453,7 @@ PIC_CFLAGS='-fPIC -DPIC' CTARGET='-o $@' LDTARGET='-o $@' EXTRA_LDFLAGS= -MKLIB='ar crus $@' +MKLIB='$(AR) crus $@' CC_MM=1 default_munmap="1" |
