mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-01 09:31:20 +08:00
Fix missing librubymotion variable
This commit is contained in:
committed by
Eloy Durán
parent
c4d4056838
commit
af74d4294f
@@ -280,6 +280,8 @@ EOS
|
||||
sh "#{cxx} \"#{main}\" #{config.cflags(platform, true)} -c -o \"#{main_o}\""
|
||||
end
|
||||
|
||||
librubymotion = File.join(datadir, platform, 'librubymotion-static.a')
|
||||
|
||||
# Prepare bundle.
|
||||
bundle_path = config.app_bundle(platform)
|
||||
unless File.exist?(bundle_path)
|
||||
|
||||
Reference in New Issue
Block a user