Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
oops PLATFORMS_3 is the right one
Browse files Browse the repository at this point in the history
  • Loading branch information
agroszer committed Jun 3, 2016
1 parent 61d7fcb commit 8f328af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildmaster/master.cfg
Expand Up @@ -505,8 +505,8 @@ ZTK_DEV_PLATFORMS = {}

ZTK_DEV_PLATFORMS['py_270_win32'] = PLATFORMS['py_270_win32']
ZTK_DEV_PLATFORMS['py_270_win64'] = PLATFORMS['py_270_win64']
ZTK_DEV_PLATFORMS['py_330_win32'] = PLATFORMS['py_330_win32']
ZTK_DEV_PLATFORMS['py_330_win64'] = PLATFORMS['py_330_win64']
ZTK_DEV_PLATFORMS['py_330_win32'] = PLATFORMS_3['py_330_win32']
ZTK_DEV_PLATFORMS['py_330_win64'] = PLATFORMS_3['py_330_win64']


def ztk_dev_builder(name, slavename, platform, locks):
Expand Down

0 comments on commit 8f328af

Please sign in to comment.