freebsd linker fix
This commit is contained in:
parent
bca6e95b7c
commit
99d85220f8
|
@ -1,4 +1,7 @@
|
|||
// filename: hakurei.cpp
|
||||
// in freebsd you may need this:
|
||||
// $ patchelf --set-rpath /usr/local/lib/gcc13 hakurei
|
||||
|
||||
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
|
|
Loading…
Reference in a new issue