Skip to content

Commit a36a6c1

Browse files
committed
fix: change folder structure
1 parent 76bc36b commit a36a6c1

File tree

7 files changed

+3
-51
lines changed

7 files changed

+3
-51
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ set(PLUGIFY_BUILD_SHARED_LIB ON CACHE INTERNAL "")
4444
set(PLUGIFY_BUILD_TESTS OFF CACHE INTERNAL "")
4545
if(LINUX)
4646
set(PLUGIFY_USE_STATIC_STDLIB ON CACHE INTERNAL "")
47+
set(PLUGIFY_USE_ABI0 ON CACHE INTERNAL "")
4748
endif()
4849
add_subdirectory(external/plugify)
4950

README_ru.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424

2525
Вы можете установить модуль языка C++ с помощью менеджера плагинов Plugify, выполнив следующую команду:
2626

27-
```
28-
bash
27+
```bash
2928
plg install plugify-module-cpp
3029
```
3130

conda-recipe/plugify-module-cpp/meta.yaml.in

Lines changed: 0 additions & 48 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.

conda-recipe/plugify-module-cpp/meta.yaml.example renamed to conda/meta.yaml.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ build:
2323

2424
requirements:
2525
run:
26-
- __glibc >=2.17 # [linux64]
26+
- __glibc >=2.17 # [linux64]
2727

2828
test:
2929
commands:

0 commit comments

Comments
 (0)