Closed DarkTyger closed 6 months ago
My understanding is that #include <> is reserved for a system library. To make this build, we needed to do the following:
#include <>
cd $HOME/repos/project/include/libs git clone https://github.com/nholthaus/units cd units/units sed -i 's/#include <units\/\(.*\)>/#include "\1"/' *.h
git diff: units.patch.txt
git diff: units-h.patch.txt
We're going to use Au instead.
https://github.com/aurora-opensource/au
My understanding is that
#include <>
is reserved for a system library. To make this build, we needed to do the following:git diff: units.patch.txt
git diff: units-h.patch.txt