Skip to content

Commit

Permalink
update linux rake files to better handle librsvg and be
Browse files Browse the repository at this point in the history
a little smarter on the loose shoes build. Addresses #54 and #149
  • Loading branch information
Cecil committed Jan 2, 2016
1 parent 03ffbeb commit b2980dd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion make/linux/env.rb
Expand Up @@ -64,7 +64,7 @@

# don't use pkg-config for librsvg-2.0 - a warning.
MISC_CFLAGS = ' '
if File.exist? 'usr/lib/arm-linux-gnueabihf'
if File.exist? '/usr/lib/arm-linux-gnueabihf'
ularch = 'arm-linux-gnueabihf'
elsif File.exist? '/usr/lib/x86_64-linux-gnu'
ularch = 'x86_64-linux-gnu'
Expand Down
1 change: 1 addition & 0 deletions make/pi2/env.rb
Expand Up @@ -101,3 +101,4 @@
SOLOCS['crypto'] = "#{ularch}/libcrypto.so.1.0.0"
SOLOCS['ssl'] = "#{ularch}/libssl.so.1.0.0"
SOLOCS['sqlite'] = "#{ularch}/libsqlite3.so.0.8.6"
SOLOCS['rsvg2'] = "#{ularch}/librsvg-2.so"
1 change: 1 addition & 0 deletions make/x86_64_linux/env.rb
Expand Up @@ -98,3 +98,4 @@
SOLOCS['crypto'] = "#{ularch}/libcrypto.so.1.0.0"
SOLOCS['ssl'] = "#{ularch}/libssl.so.1.0.0"
SOLOCS['sqlite'] = "#{ularch}/libsqlite3.so.0.8.6"
SOLOCS['rsvg2'] = "#{ularch}/librsvg-2.so"
1 change: 1 addition & 0 deletions make/xi686_linux/env.rb
Expand Up @@ -91,3 +91,4 @@
SOLOCS['crypto'] = "#{ularch}/libcrypto.so.1.0.0"
SOLOCS['ssl'] = "#{ularch}/libssl.so.1.0.0"
SOLOCS['sqlite'] = "#{ularch}/libsqlite3.so.0.8.6"
SOLOCS['rsvg2'] = "#{ularch}/librsvg-2.so"

0 comments on commit b2980dd

Please sign in to comment.