diff options
Diffstat (limited to 'o3d')
-rw-r--r-- | o3d/samples/samples_gen.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/o3d/samples/samples_gen.py b/o3d/samples/samples_gen.py index f65c922..cb999c1 100644 --- a/o3d/samples/samples_gen.py +++ b/o3d/samples/samples_gen.py @@ -145,7 +145,7 @@ for asset in assets: # Add in all the MANIFEST files to be copied, # Skipping the ones in the assets above (if any). items = eval(open("MANIFEST", "r").read()) -if os.path.exists("../../o3d-internal/jscomp/JSCompiler_deploy.jar"): +if not os.path.exists("../../o3d-internal/jscomp/JSCompiler_deploy.jar"): # add in the o3djs files. js_files = eval(open("o3djs/js_list.manifest", "r").read()) js_files = ["o3djs/" + f for f in js_files] |