mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
deploy-ng: Make sure the runtime is created in the build directory
We used to build in the current directory and copy to the build directory, which resulted in two copies of the runtime.
This commit is contained in:
parent
c839dc60d6
commit
6251a1cfc7
@ -44,7 +44,7 @@ class build(distutils.command.build.build):
|
||||
for exmod in self.distribution.exclude_modules:
|
||||
freezer.excludeModule(exmod)
|
||||
freezer.done(addStartupModules=True)
|
||||
freezer.generateRuntimeFromStub(app.runtimename)
|
||||
freezer.generateRuntimeFromStub(os.path.join(builddir, app.runtimename))
|
||||
|
||||
# Copy extension modules
|
||||
for module, source_path in freezer.extras:
|
||||
|
Loading…
x
Reference in New Issue
Block a user