mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
.pyd should be remapped to .so on OSX
This commit is contained in:
parent
6113979792
commit
72aca47fa2
@ -2323,7 +2323,7 @@ class Packager:
|
|||||||
elif self.platform.startswith('osx'):
|
elif self.platform.startswith('osx'):
|
||||||
self.remapExtensions = {
|
self.remapExtensions = {
|
||||||
'dll' : 'dylib',
|
'dll' : 'dylib',
|
||||||
'pyd' : 'dylib',
|
'pyd' : 'so',
|
||||||
'exe' : ''
|
'exe' : ''
|
||||||
}
|
}
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user