diff options
| author | spreis <[email protected]> | 2022-02-10 16:47:13 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:13 +0300 |
| commit | b49848d6e361b76904f094b7d5e10d6edea75afe (patch) | |
| tree | 9814fbd1c3effac9b8377c5d604b367b14e2db55 /build/platform/python | |
| parent | bcd1126cbd5d445cd0665d295198aa39c6ab8cbe (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'build/platform/python')
| -rw-r--r-- | build/platform/python/ya.make | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/platform/python/ya.make b/build/platform/python/ya.make index 5296bb1ea46..247e65f4c90 100644 --- a/build/platform/python/ya.make +++ b/build/platform/python/ya.make @@ -116,7 +116,7 @@ IF (USE_SYSTEM_PYTHON) ENABLE(PYTHON_NOT_FOUND) ENDIF() CFLAGS(GLOBAL "/I$EXTERNAL_PYTHON_RESOURCE_GLOBAL/python/include") - LDFLAGS("/LIBPATH:$EXTERNAL_PYTHON_RESOURCE_GLOBAL/python/libs") + LDFLAGS("/LIBPATH:$EXTERNAL_PYTHON_RESOURCE_GLOBAL/python/libs") ENDIF() IF (PYTHON_NOT_FOUND) @@ -124,9 +124,9 @@ IF (USE_SYSTEM_PYTHON) ENDIF() ELSEIF (NOT USE_ARCADIA_PYTHON) CFLAGS(GLOBAL $PYTHON_FLAGS) - IF (OS_WINDOWS) + IF (OS_WINDOWS) LDFLAGS($PYTHON_LDFLAGS $PYTHON_LIBRARIES) - ENDIF() + ENDIF() ENDIF() END() |
