File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,10 @@ endef
1616define $(package)_stage_cmds
1717 mkdir -p $($(package ) _staging_prefix_dir) /lib/clang/$($(package ) _version) /include && \
1818 mkdir -p $($(package ) _staging_prefix_dir) /bin && \
19- mkdir -p $($(package ) _staging_prefix_dir) /include && \
2019 cp bin/clang $($(package ) _staging_prefix_dir) /bin/ && \
2120 cp -P bin/clang++ $($(package ) _staging_prefix_dir) /bin/ && \
2221 cp bin/dsymutil $($(package ) _staging_prefix_dir) /bin/$(host ) -dsymutil && \
2322 cp bin/llvm-config $($(package ) _staging_prefix_dir) /bin/ && \
2423 cp lib/libLTO.so $($(package ) _staging_prefix_dir) /lib/ && \
2524 cp -rf lib/clang/$($(package ) _version) /include/* $($(package ) _staging_prefix_dir) /lib/clang/$($(package ) _version) /include/
2625endef
27-
28- define $(package)_postprocess_cmds
29- rmdir include
30- endef
You can’t perform that action at this time.
0 commit comments