mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
Default to UCL 0.92.
committer: mfx <mfx> 973826991 +0000
This commit is contained in:
parent
31c91fbc0e
commit
e25318d0f1
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
ifeq ($(strip $(UCLDIR)),)
|
ifeq ($(strip $(UCLDIR)),)
|
||||||
# change this to reflect where the UCL library is
|
# change this to reflect where the UCL library is
|
||||||
UCLDIR = $(HOME)/local/src/ucl-0.91
|
UCLDIR = $(HOME)/local/src/ucl-0.92
|
||||||
endif
|
endif
|
||||||
|
|
||||||
DEBUG = 0
|
DEBUG = 0
|
||||||
|
@ -150,7 +150,7 @@ LDFLAGS += $(LDLIBDIRS)
|
||||||
|
|
||||||
|
|
||||||
###
|
###
|
||||||
### linux
|
### linux/i386
|
||||||
###
|
###
|
||||||
|
|
||||||
ifeq ($(target),linux)
|
ifeq ($(target),linux)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user