mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-29 08:40:40 +02:00
Add liblastfm2 and make tomahawk build against it
This commit is contained in:
5
thirdparty/liblastfm2/admin/lastfm.h.rb
vendored
Executable file
5
thirdparty/liblastfm2/admin/lastfm.h.rb
vendored
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/ruby
|
||||
f = File.new(ARGV[0], "w")
|
||||
Dir["_include/lastfm/*"].each do |h|
|
||||
f.write %Q{#include "lastfm/#{File.basename h}"\n}
|
||||
end
|
Reference in New Issue
Block a user