Skip to content

Commit

Permalink
use new vs toolchain flag file (osquery#5406)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: osquery#5406

use new flag file for windows toolchain configuration

Reviewed By: mkareta

Differential Revision: D13859827

fbshipit-source-id: 7560c989e2590663d511b5b644ba6bc3c6b5e5f4
  • Loading branch information
Alexandru Stefanica authored and Nick Anderson committed Feb 1, 2019
1 parent 947941c commit c3c0e5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mode/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
'debug': ['//tools/buckconfigs/macos-x86_64/type/debug.bcfg', '//tools/buckconfigs/macos-x86_64/base.bcfg', '//tools/buckconfigs/base.bcfg'],
},
'windows': {
'release': ['//tools/buckconfigs/windows-x86_64/toolchain/vs2017_15.5.bcfg', '//tools/buckconfigs/windows-x86_64/type/release.bcfg', '//tools/buckconfigs/windows-x86_64/python/default.bcfg', '//tools/buckconfigs/windows-x86_64/base.bcfg', '//tools/buckconfigs/base.bcfg'],
'debug': ['//tools/buckconfigs/windows-x86_64/toolchain/vs2017_15.5.bcfg', '//tools/buckconfigs/windows-x86_64/type/debug.bcfg', '//tools/buckconfigs/windows-x86_64/python/default.bcfg', '//tools/buckconfigs/windows-x86_64/base.bcfg', '//tools/buckconfigs/base.bcfg'],
'release': ['//tools/buckconfigs/windows-x86_64/toolchain/vsToolchainFlags.bcfg', '//tools/buckconfigs/windows-x86_64/type/release.bcfg', '//tools/buckconfigs/windows-x86_64/python/default.bcfg', '//tools/buckconfigs/windows-x86_64/base.bcfg', '//tools/buckconfigs/base.bcfg'],
'debug': ['//tools/buckconfigs/windows-x86_64/toolchain/vsToolchainFlags.bcfg', '//tools/buckconfigs/windows-x86_64/type/debug.bcfg', '//tools/buckconfigs/windows-x86_64/python/default.bcfg', '//tools/buckconfigs/windows-x86_64/base.bcfg', '//tools/buckconfigs/base.bcfg'],
},
}

Expand Down

0 comments on commit c3c0e5f

Please sign in to comment.