When I build my file to a relative path that path name gets inserted into 
the dependency name of the data file.  Is there a compile flag to change 
the dependency name?

emcc -O2 myfile.bc -o *../MyFolder/myfile.js* --preload-file MyDataFile.txt

Module['addRunDependency']('*datafile_../MyFolder/myfile.data*');

-- 
You received this message because you are subscribed to the Google Groups 
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to