Skip to content

Commit 03ebc29

Browse files
nemo-cptblinkov
authored andcommitted
Exclude libs from targets in PY3_PROGRAM and PY3TEST
commit_hash:3fa3b5b789441351d915248854737291edec5260
1 parent 7ad9ebd commit 03ebc29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/conf/python.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ multimodule PY3_PROGRAM {
267267
# Notify pybuild to skip all python main function definitions
268268
ENABLE(IGNORE_PY_MAIN)
269269
NO_CLANG_TIDY()
270+
DISABLE(START_TARGET)
270271
}
271272
}
272273

@@ -435,6 +436,7 @@ multimodule PY3TEST {
435436
PEERDIR+=library/python/pytest
436437
_DONT_REQUIRE_LICENSE()
437438
WITHOUT_VERSION()
439+
DISABLE(START_TARGET)
438440
}
439441
}
440442

0 commit comments

Comments
 (0)