]> git.saurik.com Git - apt.git/blobdiff - buildlib/staticlibrary.mak
move -std=c++11 from CXX to new CXXSTD
[apt.git] / buildlib / staticlibrary.mak
index 86908700ffbfda6f51baea9c415ff0c65669a627..1b3a4be20157fb71e2a993e630542d8ee9099108 100644 (file)
@@ -50,7 +50,7 @@ endif
 vpath %.cc $(SUBDIRS)
 $(OBJ)/%.o: %.cc
        echo Compiling $< to $@
-       $(CXX) -c $(INLINEDEPFLAG) $(CPPFLAGS) $(CXXFLAGS) -o $@ $(abspath $<)
+       $(CXX) -c $(INLINEDEPFLAG) $(CPPFLAGS) $(CXXSTD) $(CXXFLAGS) -o $@ $(abspath $<)
        $(DoDep)
 
 # Include the dependencies that are available