Skip to content

Commit

Permalink
Fix podspec include order.
Browse files Browse the repository at this point in the history
Closes #342
Closes #343
  • Loading branch information
ulmentflam authored and jmcnamara committed Jul 9, 2021
1 parent 812deae commit 3b5a59d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libxlsxwriter.podspec
Expand Up @@ -39,7 +39,7 @@ Pod::Spec.new do |s|

s.source = { :git => "https://github.com/jmcnamara/libxlsxwriter.git", :tag => "RELEASE_" + s.version.to_s }
s.source_files = "src/**/*.c", "third_party/**/{zip.c,ioapi.c,tmpfileplus.c,md5.c}", "include/**/*.h"

s.preserve_paths = [ 'third_party/**/*.h' ]
s.header_dir = "xlsxwriter"
s.header_mappings_dir = "include"
s.library = "z"
Expand Down

0 comments on commit 3b5a59d

Please sign in to comment.