Skip to content

Commit dfa1b14

Browse files
committed
build
1 parent b70feff commit dfa1b14

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ workflows:
803803
weekly:
804804
triggers:
805805
- schedule:
806-
cron: "30 22 * * 3" #Mountain Standard Time +6
806+
cron: "05 00 * * 4" #Mountain Standard Time +6
807807
filters:
808808
branches:
809809
only: main
@@ -812,13 +812,13 @@ workflows:
812812
- build_centos7_installer
813813
- build_osx_installer
814814
- build_win10_installer
815-
- build_python_api_ubuntu
816-
- build_python_api_osx
815+
#- build_python_api_ubuntu
816+
#- build_python_api_osx
817817
- release_weekly_installers:
818818
requires:
819819
- build_ubuntu18_installer
820820
- build_centos7_installer
821821
- build_osx_installer
822822
- build_win10_installer
823-
- build_python_api_ubuntu
824-
- build_python_api_osx
823+
#- build_python_api_ubuntu
824+
#- build_python_api_osx

apps/vaporpychecker/vaporpychecker.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,10 @@ int main(int argc, char **argv)
4646
{
4747
OptionParser op;
4848

49+
#ifndef WIN32
4950
std::string phome = GetPythonDir();
5051
setenv("PYTHONHOME", phome.c_str(), 1);
52+
#endif
5153

5254
MyBase::SetErrMsgFilePtr(stderr);
5355
//

0 commit comments

Comments
 (0)