Get rid of orphaned slplugin_x86 prebuilt lib entirely

master
Ansariel 2018-01-27 16:30:16 +01:00
parent 45e9b40be9
commit 3bb10f86ba
2 changed files with 0 additions and 27 deletions

View File

@ -3,27 +3,6 @@
<map>
<key>installables</key>
<map>
<key>slplugin_x86</key>
<map>
<key>license</key>
<string>LGPL</string>
<key>license_file</key>
<string>LICENSES/slplugin.txt</string>
<key>name</key>
<string>slplugin_x86</string>
<key>platforms</key>
<map>
<key>windows</key>
<map>
<key>archive</key>
<map>
</map>
<key>name</key>
<string>windows</string>
</map>
</map>
</map>
<key>ndPhysicsStub</key>
<map>
<key>license</key>

View File

@ -9,11 +9,5 @@ if (NOT USESYSTEMLIBS)
use_prebuilt_binary(libhunspell)
use_prebuilt_binary(slvoice)
# use_prebuilt_binary(libidn)
if( ADDRESS_SIZE EQUAL 64 )
if( DARWIN )
use_prebuilt_binary( slplugin_x86 )
endif( DARWIN )
endif( )
endif(NOT USESYSTEMLIBS)