Skip to content

Commit

Permalink
Support RupturaIncludeModules=false to disable copying native modules…
Browse files Browse the repository at this point in the history
… as content.

Closes #70.
  • Loading branch information
alexrp committed Dec 15, 2023
1 parent 530f46c commit 5aaf3a3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
contentFiles.
-->
<Target Name="_AddRupturaModules"
BeforeTargets="AssignTargetPaths">
BeforeTargets="AssignTargetPaths"
Condition="'$(RupturaIncludeModules)' != 'false'">
<ItemGroup>
<Content Include="$(MSBuildThisFileDirectory)../ruptura/ruptura-*.dll"
CopyToOutputDirectory="Always" />
Expand Down

0 comments on commit 5aaf3a3

Please sign in to comment.