hyprland-plugins/csgo-vulkan-fix/Makefile
Jan Beich ac8ef7d0be make: drop --no-gnu-unique unsupported by -fuse-ld=bfd
Only Gold and LLD implement --no-gnu-unique but Makefile is too
primitive to figure out which toolchain is used by default.
2023-05-08 19:03:16 +00:00

4 lines
151 B
Makefile

all:
$(CXX) -shared -fPIC main.cpp -o csgo-vulkan-fix.so -g `pkg-config --cflags pixman-1 libdrm hyprland` -std=c++2b
clean:
rm ./csgo-vulkan-fix.so