Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make -std build argument the problem of setup.py
  • Loading branch information
inducer committed Aug 15, 2015
1 parent e76c982 commit 45405ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cffi_build.py.in
Expand Up @@ -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=[
Expand Down

0 comments on commit 45405ee

Please sign in to comment.