OSDN Git Service

mypaintlib: Use SharedLibrary instead of LoadableModule in build
authorJon Nordby <jononor@gmail.com>
Sun, 13 Nov 2011 21:41:20 +0000 (22:41 +0100)
committerJon Nordby <jononor@gmail.com>
Sun, 13 Nov 2011 21:43:59 +0000 (22:43 +0100)
commit68ee0152aa12066c6269930da443114e8d2c01ac
tree530650d50ac69832bb807704d9abb19070d5d91b
parentf715ca21f1b891bb9b5b481d72d2ac7e0fcabe03
mypaintlib: Use SharedLibrary instead of LoadableModule in build

On OSX LoadableModule will try to create a module bundle,
which is not what we want. The SHLIBSUFFIX was also ignored,
so produced file had the wrong file extension.
lib/SConscript