mirror of
https://github.com/torarnv/sparsebundlefs.git
synced 2026-02-26 18:35:50 +01:00
2
Makefile
2
Makefile
@@ -122,6 +122,8 @@ SRC_DIR=$(patsubst %/,%,$(dir $(abspath $(lastword $(MAKEFILE_LIST)))))
|
||||
vpath %.cpp $(SRC_DIR)
|
||||
|
||||
PKG_CONFIG = pkg-config
|
||||
$(call ensure_binary,$(PKG_CONFIG))
|
||||
|
||||
override CFLAGS += -std=c++11 -Wall -pedantic -O2 -g
|
||||
|
||||
GCC_4_2_OR_HIGHER := $(shell expr `$(CXX) -dumpversion | sed 's/\.//g'` \>= 420)
|
||||
|
||||
Reference in New Issue
Block a user