diff options
| author | Yuichiro MASUI <[email protected]> | 2013-01-21 22:15:15 +0900 |
|---|---|---|
| committer | Yuichiro MASUI <[email protected]> | 2013-01-21 22:15:15 +0900 |
| commit | a1c4992905e6e3df1e6841085c552b33cf525b0f (patch) | |
| tree | 9bda643a53d362612d019f99f4b01069ece6ff06 /build_config.rb | |
| parent | cc2e4e73deea917ffd0c9ce6ad2840455df7b60b (diff) | |
| download | mruby-a1c4992905e6e3df1e6841085c552b33cf525b0f.tar.gz mruby-a1c4992905e6e3df1e6841085c552b33cf525b0f.zip | |
Added flags_before_libraries to linker
Diffstat (limited to 'build_config.rb')
| -rw-r--r-- | build_config.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build_config.rb b/build_config.rb index 1c177fdac..1eeff4bf4 100644 --- a/build_config.rb +++ b/build_config.rb @@ -29,6 +29,7 @@ MRuby::Build.new do |conf| # conf.linker do |linker| # linker.command = ENV['LD'] || 'gcc' # linker.flags = [ENV['LDFLAGS'] || []] + # linker.flags_before_libraries = [] # linker.libraries = %w() # linker.library_paths = [] # linker.option_library = '-l%s' |
