Skip to content

Commit

Permalink
common: use -fPIC on linuxes
Browse files Browse the repository at this point in the history
  • Loading branch information
indutny committed Nov 8, 2015
1 parent d1e0f9d commit 064dfa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.gypi
Expand Up @@ -36,7 +36,7 @@
}
},
"cflags": [
"-std=c++11",
"-std=c++11", "-fPIC",
],
"xcode_settings": {
"GCC_VERSION": "com.apple.compilers.llvm.clang.1_0",
Expand Down

0 comments on commit 064dfa8

Please sign in to comment.