X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/2d39b0e377c0896910ee49ae70082ba665faf986..HEAD:/JavaScriptCore.vcxproj/LLInt/LLIntAssembly/build-LLIntAssembly.pl diff --git a/JavaScriptCore.vcxproj/LLInt/LLIntAssembly/build-LLIntAssembly.pl b/JavaScriptCore.vcxproj/LLInt/LLIntAssembly/build-LLIntAssembly.pl index 7afe748..6f43c95 100644 --- a/JavaScriptCore.vcxproj/LLInt/LLIntAssembly/build-LLIntAssembly.pl +++ b/JavaScriptCore.vcxproj/LLInt/LLIntAssembly/build-LLIntAssembly.pl @@ -67,4 +67,4 @@ my $OUTPUTFILENAME = File::Spec->catfile($DERIVED_SOURCES_DIR, 'LowLevelInterpre my $offlineAsm = File::Spec->catfile($XSRCROOT, 'offlineasm', 'asm.rb'); my $lowLevelInterpreter = File::Spec->catfile($XSRCROOT, 'llint', 'LowLevelInterpreter.asm'); my $offsetsExtractor = File::Spec->catfile($BUILD_PRODUCTS_DIR, 'LLIntOffsetsExtractor', "LLIntOffsetsExtractor$ARGV[2].exe"); -system('/usr/bin/env', 'ruby', $offlineAsm, '-I.', $lowLevelInterpreter, $offsetsExtractor, $OUTPUTFILENAME) and die "Failed to generate $OUTPUTFILENAME: $!"; +system('ruby', $offlineAsm, '-I.', $lowLevelInterpreter, $offsetsExtractor, $OUTPUTFILENAME) and die "Failed to generate $OUTPUTFILENAME: $!";