diff options
| author | snermolaev <[email protected]> | 2022-02-10 16:45:53 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:45:53 +0300 |
| commit | 7353a3fdea9c67c256980c00a2b3b67f09b23a27 (patch) | |
| tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /build/platform/python/ldflags | |
| parent | 2015790ac9fcc04caab83fccc23ab2460310a797 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'build/platform/python/ldflags')
| -rw-r--r-- | build/platform/python/ldflags/ya.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/platform/python/ldflags/ya.make b/build/platform/python/ldflags/ya.make index d44be050176..d81ec31876a 100644 --- a/build/platform/python/ldflags/ya.make +++ b/build/platform/python/ldflags/ya.make @@ -11,7 +11,7 @@ IF (USE_SYSTEM_PYTHON) LDFLAGS("/LIBPATH:$EXTERNAL_PYTHON_RESOURCE_GLOBAL/python/libs") ENDIF() ELSEIF (NOT USE_ARCADIA_PYTHON) - LDFLAGS($PYTHON_LDFLAGS $PYTHON_LIBRARIES) + LDFLAGS($PYTHON_LDFLAGS $PYTHON_LIBRARIES) ENDIF() END() |
