Updates to fix MSYSTEM=MSYS build and install targets

Signed-off-by: Russ Magee <rmagee@gmail.com>
This commit is contained in:
Russ Magee 2020-06-03 21:39:42 -07:00
parent 1addd18806
commit f0a2bb0295
3 changed files with 7 additions and 3 deletions

View file

@ -72,8 +72,9 @@ client: common
server: common
ifdef WIN_MSYS
ifeq ($(MSYSTEM),MSYS)
echo "Build of xsd server for Windows not yet supported"
else
$(MAKE) BUILDOPTS=$(BUILDOPTS) -C xsd
endif