"s, <s, and >s oh my...
parent
0c4c66be50
commit
6a76959f5b
|
@ -34,5 +34,5 @@ declare -a headers=("fast_atof.h"
|
|||
|
||||
for i in "${headers[@]}"
|
||||
do
|
||||
find . -type f -exec sed -i "s,\"$i\",<assimp/$i>,g" {} \;
|
||||
find . -type f -exec sed -i "s,<../code/$i>,<assimp/$i>,g" {} \;
|
||||
done
|
||||
|
|
|
@ -53,7 +53,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
#include <assimp/IOStream.hpp>
|
||||
#include <assimp/LogStream.hpp>
|
||||
#include <assimp/DefaultLogger.hpp>
|
||||
#include <../code/StringComparison.h>
|
||||
#include <assimp/StringComparison.h>
|
||||
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
|
|
Loading…
Reference in New Issue