Skip to content
Snippets Groups Projects
Commit 9e36afe5 authored by Lars Kanis's avatar Lars Kanis
Browse files

Update libfox to 1.6.49 for Windows corss compilation.

parent 3e35744a
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ class CrossLibrary < OpenStruct
# Fetch libfox tarball
self.libfox_version = ENV['libfox_version'] || '1.6.47'
self.libfox_version = ENV['libfox_version'] || '1.6.49'
self.libfox_source_uri = URI( "http://ftp.fox-toolkit.org/pub/fox-#{libfox_version}.tar.gz" )
self.libfox_tarball = static_sourcesdir + File.basename( libfox_source_uri.path )
self.static_libfox_builddir = static_builddir + libfox_tarball.basename(".tar.gz")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment