We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5c1def commit a9014b8Copy full SHA for a9014b8
build/apache2.rb
@@ -79,6 +79,7 @@
79
AGENT_OUTPUT_DIR + 'PassengerHelperAgent',
80
AGENT_OUTPUT_DIR + 'PassengerWatchdog',
81
AGENT_OUTPUT_DIR + 'PassengerLoggingAgent',
82
+ AGENT_OUTPUT_DIR + 'SpawnPreparer',
83
:native_support
84
]
85
lib/phusion_passenger/native_support.rb
@@ -63,7 +63,7 @@ def library_name
63
end
64
65
def extconf_rb
66
- File.join(ruby_extension_source_dir, "extconf.rb")
+ File.join(PhusionPassenger.ruby_extension_source_dir, "extconf.rb")
67
68
69
def native_support_dir_in_source_root
0 commit comments