Skip to content

Commit

Permalink
rt: fix jemalloc android cross-compile for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
yichoi committed Jun 17, 2013
1 parent 90b999a commit 474bd60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/rt/jemalloc/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ vpath % .
SHELL := /bin/sh

CC := @CC@
AR := @AR@

# Configuration parameters.
DESTDIR =
Expand Down
2 changes: 1 addition & 1 deletion src/rt/jemalloc/configure
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 474bd60

Please sign in to comment.