Skip to content

Commit

Permalink
updated to build under MacOS/iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Meier committed Feb 10, 2015
1 parent 45e8a57 commit 05bd759
Showing 1 changed file 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

0 comments on commit 05bd759

Please sign in to comment.