mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
defs.mk: Add missing Linux definition of AR and RANLIB
This commit is contained in:
parent
6d812014a1
commit
ba46e8b6e8
1 changed files with 2 additions and 0 deletions
|
|
@ -142,6 +142,8 @@ GCC = gcc
|
||||||
GPP = g++
|
GPP = g++
|
||||||
STRIP = strip
|
STRIP = strip
|
||||||
LD = $(GPP)
|
LD = $(GPP)
|
||||||
|
RANLIB = ranlib
|
||||||
|
AR = ar
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# makefile helpers
|
# makefile helpers
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue