Skip to content

Commit

Permalink
Fix windows build
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Oct 11, 2023
1 parent d5e0e4a commit bb1ac7b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,10 @@ win64-plugins:

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

build/mod-app$(APP_EXT): systray/mod-app$(APP_EXT)
@mkdir -p build
ln -sf $(abspath $<) $@

build/jackd$(APP_EXT): $(PAWPAW_PREFIX)/bin/jackd$(APP_EXT)
@mkdir -p build
ln -sf $(abspath $<) $@
Expand Down

0 comments on commit bb1ac7b

Please sign in to comment.