Skip to content

Commit 08e4f60

Browse files
committed
✏️ Add _DIR for SKBUILD_XXX_DIR
1 parent 548cbfa commit 08e4f60

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -168,17 +168,17 @@ some variables, and when `xmake install -o/tmp/tmpXXXXXXXX`, they will be
168168
some paths prefixed with `/tmp/tmpXXXXXXXX`, and finally packaged to:
169169

170170
- pythondir: `/platlib` -> `/tmp/tmpXXXXXXXX/platlib` -> `/`, like
171-
scikit-build-core's `SKBUILD_PLATLIB`
171+
scikit-build-core's `SKBUILD_PLATLIB_DIR`
172172
- bindir: `/data/bin` -> `/tmp/tmpXXXXXXXX/data/bin` ->
173-
`example-0.0.1.data/scripts/`, like scikit-build-core's `SKBUILD_SCRIPTS`
173+
`example-0.0.1.data/scripts/`, like scikit-build-core's `SKBUILD_SCRIPTS_DIR`
174174
- includedir: `/data/include` -> `/tmp/tmpXXXXXXXX/data/include` ->
175-
`example-0.0.1.data/headers/`, like scikit-build-core's `SKBUILD_HEADERS`
175+
`example-0.0.1.data/headers/`, like scikit-build-core's `SKBUILD_HEADERS_DIR`
176176
- prefix: `/data` -> `/tmp/tmpXXXXXXXX/data` ->
177-
`example-0.0.1.data/data/`, like scikit-build-core's `SKBUILD_DATA`
177+
`example-0.0.1.data/data/`, like scikit-build-core's `SKBUILD_DATA_DIR`
178178
- metadatadir: `/metadata` -> `/tmp/tmpXXXXXXXX/metadata` ->
179-
`example-0.0.1.dist-info/`, like scikit-build-core's `SKBUILD_METADATA`
179+
`example-0.0.1.dist-info/`, like scikit-build-core's `SKBUILD_METADATA_DIR`
180180
- nulldir: `/null` -> `/tmp/tmpXXXXXXXX/null` -> will not be packaged, like
181-
scikit-build-core's `SKBUILD_NULL`
181+
scikit-build-core's `SKBUILD_NULL_DIR`
182182

183183
So you can create 3 kinds of wheels:
184184

0 commit comments

Comments
 (0)