3 lines
97 B
Bash
3 lines
97 B
Bash
|
#!/bin/sh
|
||
|
gcc -shared -fPIC -g3 -I../../../include/ -lassimp -olibassimp_wrap.so assimp_wrap.cxx
|