Skip to content

Commit

Permalink
Add (unused) libflex modulemap file
Browse files Browse the repository at this point in the history
For my own use case, I dynamically link FLEX, so I need to build Reflex using libflex.tbd as well as this modulemap file after copying it into the Headers folder.
  • Loading branch information
NSExceptional committed Nov 19, 2021
1 parent 334b5af commit b4cb311
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions module.modulemap
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module FLEX {
umbrella header "FLEX.h"

link "flex"

export *
module * { export * }
}

0 comments on commit b4cb311

Please sign in to comment.