Skip to content

Commit 151008f

Browse files
committed
Build an x86_64 library for Java 6 on OS X
1 parent f7125ca commit 151008f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile.release

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,10 @@ build/mac-universal.lib:
3939
@mkdir -p dist build/Darwin-universal
4040
$(MAKE) os=Darwin arch=ppc native
4141
$(MAKE) os=Darwin arch=i386 native
42+
$(MAKE) os=Darwin arch=x86_64 native
4243
lipo -create build/Darwin-ppc/$(Darwin_LIBNAME) \
4344
build/Darwin-i386/$(Darwin_LIBNAME) \
45+
build/Darwin-x86_64/$(Darwin_LIBNAME) \
4446
-output $@
4547

4648
build/win-x86.lib:

0 commit comments

Comments
 (0)