mirror of
https://github.com/simh/simh.git
synced 2026-01-29 13:11:26 +00:00
Fix builds on BSD host systems
This commit is contained in:
2
makefile
2
makefile
@@ -61,7 +61,7 @@ ifeq ($(WIN32),) #*nix Environments (&& cygwin)
|
||||
endif
|
||||
else
|
||||
LDSEARCH :=$(shell ldconfig -r | grep 'search directories' | awk '{print $$3}' | sed 's/:/ /g')
|
||||
ifneq (,$(LDSEARCH)
|
||||
ifneq (,$(LDSEARCH))
|
||||
LIBPATH := $(LDSEARCH)
|
||||
endif
|
||||
ifeq (usrpkglib,$(shell if $(TEST) -d /usr/pkg/lib; then echo usrpkglib; fi))
|
||||
|
||||
Reference in New Issue
Block a user