Skip to content
Snippets Groups Projects
Commit e874244a authored by deuce's avatar deuce
Browse files

Add AR and RANLIB macros for dependency building.

parent bd44dd1a
No related branches found
No related tags found
No related merge requests found
......@@ -133,6 +133,8 @@ ifdef BUILD_DEPENDS
CXX := $(SRC_ROOT)/build/mkdep -a
LD := echo
COMPILE_MSG := Depending
AR := echo
RANLIB := echo
else
ifdef DONT_CLOBBER_CC
CC ?= gcc
......@@ -143,6 +145,8 @@ else
CXX ?= g++
LD ?= ld
COMPILE_MSG := Compiling
AR ?= ar
RANLIB ?= ranlib
endif
ifdef DEBUG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment