yosmo78
yosmo78
Has anyone been successful with linking this into their emscripten project recently and has any pointers in doing so with the modern releases of emscripten?
Thanks @ashconnell , your build scripts were really helpful to learning on what to do Does anyone know what the .bc files are? I want to statically link in PhysX...
when using the cl.exe compiler, what I did to make it work was in **setup.py** look at `extra_compile_args = ["-w","-fopenmp"]` change `-fopenmp` to `/openmp` since microsoft doesn't support the `-fopenmp`...