Skip to content

Commit

Permalink
Fix: Make -std build argument the problem of setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Aug 15, 2015
1 parent 45405ee commit cb0c3c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cffi_build.py.in
Expand Up @@ -78,7 +78,7 @@ ffi.set_source("pyopencl._cffi",
{CL_INC_DIR} + ["src/c_wrapper/"]),
library_dirs={CL_LIB_DIR},
libraries={CL_LIBNAME},
extra_compile_args=( + {CXXFLAGS}),
extra_compile_args=({CXXFLAGS}),
extra_link_args={LDFLAGS},
source_extension=".cpp",
sources=[
Expand Down

0 comments on commit cb0c3c9

Please sign in to comment.