File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,10 @@ endef
16
16
define $(package)_stage_cmds
17
17
mkdir -p $($(package ) _staging_prefix_dir) /lib/clang/$($(package ) _version) /include && \
18
18
mkdir -p $($(package ) _staging_prefix_dir) /bin && \
19
- mkdir -p $($(package ) _staging_prefix_dir) /include && \
20
19
cp bin/clang $($(package ) _staging_prefix_dir) /bin/ && \
21
20
cp -P bin/clang++ $($(package ) _staging_prefix_dir) /bin/ && \
22
21
cp bin/dsymutil $($(package ) _staging_prefix_dir) /bin/$(host ) -dsymutil && \
23
22
cp bin/llvm-config $($(package ) _staging_prefix_dir) /bin/ && \
24
23
cp lib/libLTO.so $($(package ) _staging_prefix_dir) /lib/ && \
25
- cp -rf lib/clang/$($(package ) _version) /include/* $($(package ) _staging_prefix_dir) /lib/clang/$($(package ) _version) /include/
26
- endef
27
-
28
- define $(package)_postprocess_cmds
29
- rmdir include
24
+ cp -r lib/clang/$($(package ) _version) /include/* $($(package ) _staging_prefix_dir) /lib/clang/$($(package ) _version) /include/
30
25
endef
You can’t perform that action at this time.
0 commit comments