mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-15 02:18:39 +08:00
Fixing exported symbols extraction from C headers for Apple build
This commit is contained in:
parent
e95ff58b95
commit
a0e1b4b369
@ -2,7 +2,7 @@ if __name__ == "__main__":
|
||||
import re
|
||||
import sys
|
||||
|
||||
r = re.compile("DLLEXPORT[^(]*(fdb_[^(]*)[(]")
|
||||
r = re.compile("^DLLEXPORT[^(]*(fdb_[^(]*)[(].*$", re.MULTILINE)
|
||||
header_files = sys.argv[1:-1]
|
||||
symbols_file = sys.argv[-1]
|
||||
symbols = set()
|
||||
|
Loading…
x
Reference in New Issue
Block a user