mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
linux amd64 patch not necessary anymore, with version 2.1.10
This commit is contained in:
parent
082f1bda2f
commit
b347dab33f
1 changed files with 0 additions and 13 deletions
|
@ -1,13 +0,0 @@
|
|||
--- SConstruct
|
||||
+++ SConstruct
|
||||
@@ -139,6 +139,10 @@ LIBRARY_FLAGS = {
|
||||
'library:shared': {
|
||||
'CPPDEFINES': ['V8_SHARED'],
|
||||
'LIBS': ['pthread']
|
||||
+ },
|
||||
+ 'arch:x64': {
|
||||
+ 'CCFLAGS': ['-fPIC'],
|
||||
+ 'CXXFLAGS': ['-fPIC']
|
||||
}
|
||||
},
|
||||
'os:macos': {
|
Loading…
Reference in a new issue