This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
fix: TTL generator exe path when building for windows
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
pull/452/head
Christopher Arndt
1 year ago
parent
09b7a1dc7c
commit
473169a2f8
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
utils/generate-ttl.sh
+ 1
- 1
utils/generate-ttl.sh
View File
@@ -23,7 +23,7 @@ fi
PWD="$(dirname "${0}")"
if [ -f "${PWD}/lv2_ttl_generator.exe" ]; then
GEN="${PWD}/lv2_ttl_generator.exe"
GEN="$
(realpath $
{PWD}/lv2_ttl_generator.exe
)
"
EXT=dll
else
GEN="$(realpath ${PWD}/lv2_ttl_generator)"
Write
Preview
Loading…
Cancel
Save