Skip to content
Snippets Groups Projects
Commit 00572a9d authored by Craig Tiller's avatar Craig Tiller
Browse files

Experimentally fix syntax

parent 4bef7ceb
No related branches found
No related tags found
No related merge requests found
......@@ -84,8 +84,8 @@ if not "darwin" in sys.platform:
DEFINE_MACROS = (('OPENSSL_NO_ASM', 1),)
CFLAGS = (,)
LDFLAGS = (,)
CFLAGS = ()
LDFLAGS = ()
if "linux" in sys.platform:
LDFLAGS += ('-Wl,-wrap,memcpy',)
if "linux" in sys.platform or "darwin" in sys.platform:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment