fix
This commit is contained in:
3
Makefile
3
Makefile
@@ -1,14 +1,11 @@
|
||||
# Let's discover something about where we run
|
||||
ifeq "$(SHELL)" "cmd.exe"
|
||||
SYSTEM=win
|
||||
OS=windows
|
||||
else
|
||||
ifeq "$(SHELL)" "sh.exe"
|
||||
SYSTEM=win
|
||||
OS=windows
|
||||
else
|
||||
SYSTEM=unix
|
||||
OS=$(shell uname -s)
|
||||
endif
|
||||
endif
|
||||
|
||||
|
||||
@@ -219,7 +219,7 @@ gen/linear_solver/linear_solver.pb.cc:linear_solver/linear_solver.proto
|
||||
gen/linear_solver/linear_solver.pb.h:gen/linear_solver/linear_solver.pb.cc
|
||||
|
||||
$(LIBPREFIX)linear_solver.$(LIBSUFFIX): $(LINEAR_SOLVER_LIB_OS)
|
||||
$(LINKCMD) $(LINKPREFIX)linear_solver.$(LIBSUFFIX) $(LINEAR_SOLVER_LIB_OS)
|
||||
$(LINKCMD) $(LINKPREFIX)$(LIBPREFIX)linear_solver.$(LIBSUFFIX) $(LINEAR_SOLVER_LIB_OS)
|
||||
|
||||
# Util library.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user