File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -989,7 +989,7 @@ tasks:
989
989
params :
990
990
updates :
991
991
- key : mongocxx_version_finder_sh
992
- value : $(sed -nE 's/^#define MONGOCXX_VERSION_STRING "([^"]+)".*/\1/p' build/src/mongocxx/config/version.hpp)
992
+ value : $(sed -nE 's/^#define MONGOCXX_VERSION_STRING "([^"]+)".*/\1/p' build/src/mongocxx/v_noabi/mongocxx/ config/version.hpp)
993
993
- command : shell.exec
994
994
type : test
995
995
params :
@@ -1009,7 +1009,7 @@ tasks:
1009
1009
params :
1010
1010
updates :
1011
1011
- key : mongocxx_version_finder_sh
1012
- value : $(sed -nE 's/^#define MONGOCXX_VERSION_STRING "([^"]+)".*/\1/p' build/src/mongocxx/config/version.hpp)
1012
+ value : $(sed -nE 's/^#define MONGOCXX_VERSION_STRING "([^"]+)".*/\1/p' build/src/mongocxx/v_noabi/mongocxx/ config/version.hpp)
1013
1013
- command : shell.exec
1014
1014
type : test
1015
1015
params :
You can’t perform that action at this time.
0 commit comments