Skip to content

Commit

Permalink
add C4D release number to output plugin binary
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasRosenstein committed Jun 27, 2017
1 parent d624ada commit 02bb5ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion craftr/Craftrfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ pluginObj = cxx.compile_cpp(

plugin = cxx.shared_library(
inputs = [aaOceanObj, pluginObj],
output = local('aaOceanC4D')
output = local('aaOceanC4D-r{}'.format(c4d.release))
)

0 comments on commit 02bb5ff

Please sign in to comment.