mirror of
https://gogs.blitter.com/RLabs/xs
synced 2024-08-14 10:26:42 +00:00
Updates to fix MSYSTEM=MSYS build and install targets
Signed-off-by: Russ Magee <rmagee@gmail.com>
This commit is contained in:
parent
1addd18806
commit
f0a2bb0295
3 changed files with 7 additions and 3 deletions
3
Makefile
3
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue