Browse Source

Add SED to dep.mk

tags/v1.0.0
Andrew Belt 5 years ago
parent
commit
93bf107d37
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      dep.mk

+ 2
- 0
dep.mk View File

@@ -35,6 +35,8 @@ else
endif endif
SHA256 := sha256check() { echo "$$2 $$1" | $(SHA256SUM) -c; }; sha256check SHA256 := sha256check() { echo "$$2 $$1" | $(SHA256SUM) -c; }; sha256check


SED := perl -pi -e

# Export environment for all dependency targets # Export environment for all dependency targets
$(DEPS): export CFLAGS = $(DEP_CFLAGS) $(DEPS): export CFLAGS = $(DEP_CFLAGS)
$(DEPS): export CXXFLAGS = $(DEP_CXXFLAGS) $(DEPS): export CXXFLAGS = $(DEP_CXXFLAGS)


Loading…
Cancel
Save