File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ CXXFLAGS += $(LTO_FLAGS) -fvisibility-inlines-hidden -fvisibility=hidden
7272
7373all : genver fmt toml tpl getopt-port json libcufetch $(TARGET )
7474
75- libcufetch : tpl fmt toml
75+ libcufetch : fmt tpl toml
7676ifeq ($(wildcard $(BUILDDIR ) /libcufetch.so) ,)
7777 $(MAKE) -C libcufetch BUILDDIR=$(BUILDDIR) GUI_APP=$(GUI_APP) CXXSTD=$(CXXSTD)
7878endif
Original file line number Diff line number Diff line change 66
77#include " libcufetch/parse.hh"
88
9- // Map from a modules name to its pointer.
10- using moduleMap_t = std::unordered_map<std::string, const module_t &>;
11-
129/* A linked list including module arguments. An argument may be specified for any part of the module path (e.g.
1310 * `disk(/).used(GiB)`, `test(a).hi`) */
1411struct moduleArgs_t
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ SRC = $(wildcard *.cc)
1919OBJ = $(SRC:.cc=.o ) ../$(BUILDDIR ) /toml.o
2020LDLIBS := ../$(BUILDDIR ) /libfmt.a ../$(BUILDDIR ) /libtiny-process-library.a
2121OUTPUT := ../$(BUILDDIR ) /$(LIBNAME )
22- CXXFLAGS += -fvisibility-inlines-hidden -fvisibility=hidden -I../include -I../include/libs -fPIC -DGUI_APP=$(GUI_APP )
22+ CXXFLAGS += -fvisibility-inlines-hidden -fvisibility=hidden -std= $( CXXSTD ) - I../include -I../include/libs -fPIC -DGUI_APP=$(GUI_APP )
2323
2424all : $(OUTPUT )
2525 @if [ " $( UNAME_S) " = " Linux" ]; then \
You can’t perform that action at this time.
0 commit comments