mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-30 16:45:33 +00:00
Merge pull request #1098 from nikolaykasyanov/osx-missing-plugins
[OS X] Add missing plugins to packaging script
This commit is contained in:
commit
b0d4c8740c
1 changed files with 3 additions and 0 deletions
|
@ -741,9 +741,12 @@ if (APPLE)
|
||||||
|
|
||||||
set(ABSOLUTE_PLUGINS "")
|
set(ABSOLUTE_PLUGINS "")
|
||||||
set(USED_OSG_PLUGINS
|
set(USED_OSG_PLUGINS
|
||||||
|
osgdb_bmp
|
||||||
osgdb_dds
|
osgdb_dds
|
||||||
osgdb_jpeg
|
osgdb_jpeg
|
||||||
|
osgdb_osg
|
||||||
osgdb_png
|
osgdb_png
|
||||||
|
osgdb_serializers_osg
|
||||||
osgdb_tga
|
osgdb_tga
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue