Skip to content

Commit ec8e56b

Browse files
committedMar 28, 2019
Move library/python/pythonapi to library/python/symbols/python
ref:b85dff767dd71f3b0334e4cb9fdc81e05fc0a25a
1 parent 5f90646 commit ec8e56b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎library/python/runtime/main/ya.make

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ PEERDIR(
1111

1212
IF (MUSL)
1313
PEERDIR(
14-
library/python/pythonapi
14+
library/python/symbols/python
1515
)
1616
ENDIF()
1717

‎library/python/runtime_py3/main/ya.make

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ PEERDIR(
1111

1212
IF (MUSL)
1313
PEERDIR(
14-
library/python/pythonapi
14+
library/python/symbols/python
1515
)
1616
ENDIF()
1717

0 commit comments

Comments
 (0)