mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 17:35:18 +00:00
7 lines
255 B
Makefile
7 lines
255 B
Makefile
|
# Mom, Dad, if you're reading this, I'm very sorry.
|
||
|
|
||
|
include configs/linux-llvm.llvmcore
|
||
|
|
||
|
llvmcore:
|
||
|
gcc -fPIC -shared -o libllvmcore-$(shell llvm-config --version).so -Wl,--whole-archive $(shell llvm-config --ldflags) $(LLVM_LIBS) -Wl,--no-whole-archive
|