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++
|
||||
STRIP = strip
|
||||
LD = $(GPP)
|
||||
RANLIB = ranlib
|
||||
AR = ar
|
||||
endif
|
||||
|
||||
# makefile helpers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue