Skip to content

Commit

Permalink
Merge pull request #2 from um68/master
Browse files Browse the repository at this point in the history
fix for RCF and boost-context
  • Loading branch information
KjellSchubert committed Feb 11, 2015
2 parents 5f05e2a + cfa5687 commit e40e232
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions library/boost-context/1.57.0.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"sources": [
# cpp files just error, the impl is in src/asm
#"1.57.0/context-boost-1.57.0/src/*.cpp"

],

# how to best select the variant of the asm file that should be
Expand All @@ -79,14 +80,13 @@
}],
["OS=='mac'", {
"sources": [
"1.57.0/context-boost-1.57.0/src/asm/jump_x86_64_ms_pe_masm.asm",
"1.57.0/context-boost-1.57.0/src/asm/make_x86_64_ms_pe_masm.asm"
"1.57.0/context-boost-1.57.0/src/asm/jump_x86_64_sysv_macho_gas.S",
"1.57.0/context-boost-1.57.0/src/asm/make_x86_64_sysv_macho_gas.S"
]
}],
["OS=='iOS'", {
"sources": [
"1.57.0/context-boost-1.57.0/src/asm/jump_arm_aapcs_pe_armasm.asm",
"1.57.0/context-boost-1.57.0/src/asm/make_arm_aapcs_pe_armasm.asm"
"1.57.0/context-boost-1.57.0/src/dummy.cpp"
]
}],

Expand Down
Binary file added library/rcf/RCF-2.0.1.101-config.tar.gz
Binary file not shown.

0 comments on commit e40e232

Please sign in to comment.