mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -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'):
|
||||
self.remapExtensions = {
|
||||
'dll' : 'dylib',
|
||||
'pyd' : 'dylib',
|
||||
'pyd' : 'so',
|
||||
'exe' : ''
|
||||
}
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user