We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 019c167 commit 6c458d5Copy full SHA for 6c458d5
Source/Heavy/Toolchain.h
@@ -289,7 +289,7 @@ class ToolchainInstaller final : public Component
289
+ "\nchmod +x " + tcPath + "/lib/dpf/utils/generate-ttl.sh"
290
+ "\nchmod +x " + tcPath + "/arm-none-eabi/bin/*"
291
+ "\nchmod +x " + tcPath + "/lib/gcc/arm-none-eabi/*/*"
292
- + "\nchmod +x " + tcPath + "/lib/OwlProgram/Tools/FirmwareSender" + exeSuffix
+ + "\nchmod +x " + tcPath + "/lib/OwlProgram/Tools/*"
293
# if JUCE_LINUX
294
+ "\nchmod +x " + tcPath + "/x86_64-anywhere-linux-gnu/bin/*"
295
+ "\nchmod +x " + tcPath + "/x86_64-anywhere-linux-gnu/sysroot/sbin/*"
0 commit comments