mirror of
https://github.com/simh/simh.git
synced 2026-01-25 19:56:25 +00:00
Fixed broken Linux build
This commit is contained in:
2
makefile
2
makefile
@@ -387,7 +387,7 @@ ifeq ($(WIN32),) #*nix Environments (&& cygwin)
|
|||||||
ifneq (,$(call find_include,libvdeplug))
|
ifneq (,$(call find_include,libvdeplug))
|
||||||
# Provide support for vde networking
|
# Provide support for vde networking
|
||||||
NETWORK_CCDEFS += -DUSE_VDE_NETWORK
|
NETWORK_CCDEFS += -DUSE_VDE_NETWORK
|
||||||
NETWORK_LDFLAGS += -lvdeplug -R$(dir $(call find_lib,vdeplug)) -L$(dir $(call find_lib,vdeplug))
|
NETWORK_LDFLAGS += -lvdeplug -Wl,-R$(dir $(call find_lib,vdeplug)) -L$(dir $(call find_lib,vdeplug))
|
||||||
$(info using libvdeplug: $(call find_lib,vdeplug) $(call find_include,libvdeplug))
|
$(info using libvdeplug: $(call find_lib,vdeplug) $(call find_include,libvdeplug))
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user