Skip to content

Commit

Permalink
Restricting Houdini version installs at Image Engine.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkaufman committed Aug 25, 2014
1 parent d88fedd commit 3429109
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/ie/buildAll
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ if IEEnv.platform() == "cent6.x86_64" :
build( [ "APP=nuke", "APP_VERSION="+nukeVersion ] )

for houdiniVersion in IEEnv.activeAppVersions( "houdini" ) :
build( [ "APP=houdini", "APP_VERSION="+houdiniVersion ] )
if houdiniVersion.endswith( "-python2.7" ) :
build( [ "APP=houdini", "APP_VERSION="+houdiniVersion ] )

installDocs()

Expand Down

0 comments on commit 3429109

Please sign in to comment.