Build standalone libjar only on Linux. (Installer only exists on Linux for
now.) [r=syd] git-svn-id: svn://10.0.0.236/trunk@76731 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
02b44d4915
commit
7a6481f93b
@ -27,7 +27,10 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
# Linux installer needs standalone libjar
|
||||
ifeq ($(OS_ARCH),Linux)
|
||||
DIRS = standalone
|
||||
endif
|
||||
|
||||
MODULE = jar
|
||||
LIBRARY_NAME = jar$(VERSION_NUMBER)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user