Skip to content

Commit

Permalink
Run chmod on objcopy (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalStrehovsky committed Nov 1, 2022
1 parent a80ae39 commit 39e49b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bflat/bflat.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@
DestinationFolder="$(OutputPath)" />

<Exec Command="chmod +x $(OutputPath)bin/lld" Condition="'$(OS)' != 'Windows_NT' and $(CompilerHost.StartsWith('linux'))" />
<Exec Command="chmod +x $(OutputPath)bin/llvm-objcopy" Condition="'$(OS)' != 'Windows_NT' and $(CompilerHost.StartsWith('linux'))" />

<Touch Files="$(IntermediateOutputPath)\compiler-$(CompilerHost)-$(BlobsVersion).semaphore"
AlwaysCreate="true" />
Expand Down

0 comments on commit 39e49b7

Please sign in to comment.