Skip to content
Snippets Groups Projects
Commit 37268d05 authored by DJ Mountney's avatar DJ Mountney
Browse files

Fix for using gem build/install

When pre-compiled assets are missing for the current platform, and you run gem install, the compiled native extensions are placed in the first require paths folder. This differs from rake-compiler task, where they are always placed in lib.

Setting the lib path as the first require path will ensure the compiled library is placed in the correct folder.
parent 32f32ea0
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment