Skip to content

Commit

Permalink
Fix windows build
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Dec 21, 2023
1 parent 48f9c41 commit 36db05f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ all: pregen
$(foreach p,$(CUSTOM_TTL),cp custom-ttl/${p}/*.ttl bin/${p}.lv2/;)
$(foreach p,$(MODGUIS),cp -r custom-ttl/${p}/modgui bin/${p}.lv2/;)

pregen: plugins dpf/utils/lv2_ttl_generator
pregen: plugins dpf/utils/lv2_ttl_generator$(APP_EXT)
@$(CURDIR)/dpf/utils/generate-ttl.sh

plugins: plugins/*/DistrhoPluginInfo.h plugins/*/gen_exported.*
Expand Down

0 comments on commit 36db05f

Please sign in to comment.