Skip to content

Commit

Permalink
Remove kind_of from properties in tdm_gcc resource
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Feb 17, 2018
1 parent a56e8a7 commit 9bdcf17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/tdm_gcc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@

# Installs a gcc based C/C++ compiler and runtime from TDM GCC.

property :flavor, kind_of: Symbol, is: [:sjlj_32, :seh_sjlj_64], default: :seh_sjlj_64
property :root, kind_of: String, required: true
property :version, kind_of: String, is: ['5.1.0'], name_property: true
property :flavor, Symbol, is: [:sjlj_32, :seh_sjlj_64], default: :seh_sjlj_64
property :root, String, required: true
property :version, String, is: ['5.1.0'], name_property: true

resource_name :mingw_tdm_gcc

Expand Down

0 comments on commit 9bdcf17

Please sign in to comment.