We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78afd04 commit 019c167Copy full SHA for 019c167
Source/Heavy/Toolchain.h
@@ -289,6 +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
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