diff options
| author | Yuichiro MASUI <[email protected]> | 2013-01-24 11:33:56 +0900 |
|---|---|---|
| committer | Yuichiro MASUI <[email protected]> | 2013-01-24 11:33:56 +0900 |
| commit | dd680b6e67ab3da85e32bb7cf42b5a20822b27bc (patch) | |
| tree | 25950cf0deb78cc28a2cf493173a5ec0d51023de /build_config.rb | |
| parent | b1623b9e58544996b02a8a0050546521d7f738eb (diff) | |
| download | mruby-dd680b6e67ab3da85e32bb7cf42b5a20822b27bc.tar.gz mruby-dd680b6e67ab3da85e32bb7cf42b5a20822b27bc.zip | |
Add flags_after_libraries
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 1eeff4bf4..16826e478 100644 --- a/build_config.rb +++ b/build_config.rb @@ -31,6 +31,7 @@ MRuby::Build.new do |conf| # linker.flags = [ENV['LDFLAGS'] || []] # linker.flags_before_libraries = [] # linker.libraries = %w() + # linker.flags_after_libraries = [] # linker.library_paths = [] # linker.option_library = '-l%s' # linker.option_library_path = '-L%s' |
