Skip to content

Commit

Permalink
Another build fix
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Oct 2, 2023
1 parent eae1426 commit bcac8a1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,11 @@ run: $(TARGETS)

# ---------------------------------------------------------------------------------------------------------------------

win64:
$(MAKE) PAWPAW_TARGET=win64

# ---------------------------------------------------------------------------------------------------------------------

build/jackd$(APP_EXT): $(PAWPAW_PREFIX)/bin/jackd$(APP_EXT)
@mkdir -p build
ln -sf $(abspath $<) $@
Expand Down Expand Up @@ -349,4 +354,7 @@ $(PAWPAW_PREFIX)/lib/lv2/wolf-shaper.lv2: $(BOOTSTRAP_FILES)
$(PAWPAW_PREFIX)/bin/%:
./PawPaw/bootstrap-mod.sh $(PAWPAW_TARGET)

$(PAWPAW_PREFIX)/lib/lib%:
./PawPaw/bootstrap-mod.sh $(PAWPAW_TARGET)

# ---------------------------------------------------------------------------------------------------------------------
2 changes: 1 addition & 1 deletion mod-ui

0 comments on commit bcac8a1

Please sign in to comment.