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 4b79889 commit 87ccb97Copy full SHA for 87ccb97
lib/msf/core/post/linux/compile.rb
@@ -25,12 +25,11 @@ def live_compile?
25
vprint_good 'clang is installed'
26
return true
27
end
28
- end
29
30
unless datastore['COMPILE'] == 'Auto'
31
fail_with Module::Failure::BadConfig, "#{datastore['COMPILER']} is not installed. Set COMPILE False to upload a pre-compiled executable."
32
33
-
+
34
false
35
36
0 commit comments