Skip to content

Commit

Permalink
iOS: fix crash during build xcode project
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrys committed Feb 25, 2017
1 parent b2b9663 commit b68bab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -2296,7 +2296,7 @@ def add_linker_library(libraryname)
end

def add_inker_library_absolute(fulllibraryfilepath)
$ldflags << fulllibraryfilepath + "\n"
$ldflags << fulllibraryfilepath + "\n" unless $ldflags.nil?
end

def set_linker_flags
Expand Down

0 comments on commit b68bab9

Please sign in to comment.