Skip to content

Commit

Permalink
plop
Browse files Browse the repository at this point in the history
  • Loading branch information
renanyoy committed Oct 7, 2023
1 parent b0cf4ef commit 6834c53
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions flutter.alib.tess.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ end

Pod::Spec.new do |s|
s.name = "flutter.alib.tess"
s.version = "1.0.12"
s.version = "1.0.13"
s.summary = "libtess cocoa pod"
s.description = <<-DESC
libtess cocoa pod framework
Expand All @@ -35,7 +35,7 @@ Pod::Spec.new do |s|
s.platform = :osx, '11.0'
s.platform = :ios, '12.0'

headers = ['glu/include/GL/glext.h', 'glu/src/libtess.exclude/priorityq-heap.h']
headers = ['glu/include/GL/glext.h', 'glu/src/libtess.exclude/priorityq-heap.c.h']
headersIOS = (self.relative_file_paths targetIOS.headers_build_phase)
headersOSX = (self.relative_file_paths targetOSX.headers_build_phase)
s.ios.source_files = (self.relative_file_paths targetIOS.source_build_phase) + headersIOS + headers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

#include <stddef.h>
#include <assert.h>
#include "priorityq-heap.h"
#include "../libtess/priorityq-heap.h"
#include "memalloc.h"
#include <limits.h>

Expand Down
2 changes: 1 addition & 1 deletion glu/src/libtess/priorityq.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

/* Include all the code for the regular heap-based queue here. */

#include "../libtess.exclude/priorityq-heap.h"
#include "../libtess.exclude/priorityq-heap.c.h"

/* Now redefine all the function names to map to their "Sort" versions. */

Expand Down

0 comments on commit 6834c53

Please sign in to comment.