Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix for RCF and boost-context #2

Merged
merged 2 commits into from
Feb 11, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.