freebsd linker fix

This commit is contained in:
千住柱間 2024-05-19 00:17:11 -04:00
parent bca6e95b7c
commit 99d85220f8

View file

@ -1,4 +1,7 @@
// filename: hakurei.cpp // filename: hakurei.cpp
// in freebsd you may need this:
// $ patchelf --set-rpath /usr/local/lib/gcc13 hakurei
#include <iostream> #include <iostream>
#include <vector> #include <vector>