add Cxl::Config class
This commit is contained in:
parent
b7564637ca
commit
d28657a65b
11
lib/cxl/cxl/lib/cxl/config.rb
Normal file
11
lib/cxl/cxl/lib/cxl/config.rb
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
module Cxl
|
||||||
|
class Config
|
||||||
|
|
||||||
|
include Singleton
|
||||||
|
|
||||||
|
def c_preprocessor
|
||||||
|
%w[gcc -E]
|
||||||
|
end
|
||||||
|
|
||||||
|
end
|
||||||
|
end
|
Loading…
x
Reference in New Issue
Block a user