Skip to content
Snippets Groups Projects
Commit 45405ee6 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Make -std build argument the problem of setup.py

parent e76c9824
No related branches found
No related tags found
No related merge requests found
......@@ -78,8 +78,7 @@ ffi.set_source("pyopencl._cffi",
{CL_INC_DIR} + ["src/c_wrapper/"]),
library_dirs={CL_LIB_DIR},
libraries={CL_LIBNAME},
extra_compile_args=(
['-std=c++0x'] + {CXXFLAGS}),
extra_compile_args=( + {CXXFLAGS}),
extra_link_args={LDFLAGS},
source_extension=".cpp",
sources=[
......
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