Skip to content

Commit

Permalink
fix: TTL generator exe path when building for windows
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
  • Loading branch information
SpotlightKid authored and falkTX committed Apr 30, 2024
1 parent 09b7a1d commit fac3172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/generate-ttl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit fac3172

Please sign in to comment.