Browse Source

Add "plugin-wine" make target in cross-compile mingw mode

Signed-off-by: falkTX <falktx@gmail.com>
tags/v2.1-alpha1-winvst
falkTX 5 years ago
parent
commit
ad2bd0937b
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      Makefile

+ 5
- 0
Makefile View File

@@ -149,8 +149,13 @@ libjack: libs
plugin: backend bridges-plugin bridges-ui discovery
@$(MAKE) -C source/plugin

ifeq ($(WIN32),true)
plugin-wine:
@$(MAKE) -C source/plugin wine
else
plugin-wine: $(MODULEDIR)/dgl.wine.a
@$(MAKE) -C source/plugin wine
endif

rest: libs
@$(MAKE) -C source/rest


Loading…
Cancel
Save