HarveyHunt / howm

A lightweight, X11 tiling window manager that behaves like vim
GNU General Public License v2.0
649 stars 24 forks source link

Fix multiple definition of operator_func #72

Closed fdeitylink closed 2 years ago

fdeitylink commented 2 years ago

W/o this I got this error upon make

Linking: bin/release/howm
/usr/bin/ld: build/release/ipc.o:(.bss+0x0): multiple definition of `operator_func'; build/release/op.o:(.bss+0x0): first defined here
HarveyHunt commented 2 years ago

Thanks @fdeitylink!