]> git.saurik.com Git - apt.git/blobdiff - buildlib/staticlibrary.mak
Do not buffer writes larger than the buffer if possible
[apt.git] / buildlib / staticlibrary.mak
index 86908700ffbfda6f51baea9c415ff0c65669a627..e81770e8a2b07adacb4107b33f846aa8127d0288 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