Skip to content
Snippets Groups Projects
Commit 69a9a1cd authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Set -pthread in CFLAGS and CXXFLAGS

parent 78d5f03f
No related branches found
No related tags found
No related merge requests found
......@@ -277,3 +277,10 @@ fi
# Activates conda environment
run_cmd source ${BOB_PREFIX_PATH}/bin/activate `basename ${BOB_PREFIX_PATH}`
# Patches conda environment
log_info "Patching build flags to provide for conda..."
CFLAGS="${CFLAGS} -pthread"
export_env CFLAGS
CXXFLAGS="${CXXFLAGS} -pthread"
export_env CXXFLAGS
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