diff options
| author | somov <[email protected]> | 2022-02-10 16:45:47 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:45:47 +0300 |
| commit | a5950576e397b1909261050b8c7da16db58f10b1 (patch) | |
| tree | 7ba7677f6a4c3e19e2cefab34d16df2c8963b4d4 /contrib/tools/python3/src/ya.make | |
| parent | 81eddc8c0b55990194e112b02d127b87d54164a9 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'contrib/tools/python3/src/ya.make')
| -rw-r--r-- | contrib/tools/python3/src/ya.make | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/tools/python3/src/ya.make b/contrib/tools/python3/src/ya.make index 64637cd287a..39addb39309 100644 --- a/contrib/tools/python3/src/ya.make +++ b/contrib/tools/python3/src/ya.make @@ -20,10 +20,10 @@ CFLAGS( -DPy_BUILD_CORE ) -IF (CLANG_CL) - CFLAGS(-Wno-invalid-token-paste) -ENDIF() - +IF (CLANG_CL) + CFLAGS(-Wno-invalid-token-paste) +ENDIF() + IF (OS_DARWIN) LDFLAGS( -framework CoreFoundation |
