Skip to content

Commit b4cb311

Browse files
committed
Add (unused) libflex modulemap file
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.
1 parent 334b5af commit b4cb311

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

module.modulemap

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
module FLEX {
2+
umbrella header "FLEX.h"
3+
4+
link "flex"
5+
6+
export *
7+
module * { export * }
8+
}

0 commit comments

Comments
 (0)