about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <bofh@yhbt.net>2020-01-06 09:54:49 +0000
committerEric Wong <e@80x24.org>2020-01-06 09:56:25 +0000
commit6ec35b0be879970931a67f5aa84b0e12099b12fd (patch)
treedc53059ee308ba6caa1e37808ea0b09dd3856cb9
parent3b5952b0aa1ccd7471b4a77fdfcd07a2ebf3a9ff (diff)
downloadraindrops-6ec35b0be879970931a67f5aa84b0e12099b12fd.tar.gz
Oops, but I guess nobody uses i386 anymore...
-rw-r--r--ext/raindrops/extconf.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/raindrops/extconf.rb b/ext/raindrops/extconf.rb
index 7570f24..792e509 100644
--- a/ext/raindrops/extconf.rb
+++ b/ext/raindrops/extconf.rb
@@ -143,7 +143,7 @@ SRC
       $defs.push(format("-DHAVE_GCC_ATOMIC_BUILTINS"))
       true
     else
-      prev_cflags = $CFLAGS
+      $CFLAGS = prev_cflags
       false
     end
   end