Skip to content

Instantly share code, notes, and snippets.

@jweather
Last active August 29, 2015 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jweather/96dd36bf291298bfea5c to your computer and use it in GitHub Desktop.
Save jweather/96dd36bf291298bfea5c to your computer and use it in GitHub Desktop.
*** orig/ext/rugged/extconf.rb Thu Aug 6 05:27:24 2015
--- ext/rugged/extconf.rb Thu Aug 6 05:23:51 2015
*************** else
*** 65,67 ****
Dir.chdir("build") do
! sys("cmake .. -DBUILD_CLAR=OFF -DTHREADSAFE=ON -DBUILD_SHARED_LIBS=OFF -DCMAKE_C_FLAGS=-fPIC -DCMAKE_BUILD_TYPE=RelWithDebInfo -G \"Unix Makefiles\"")
sys(MAKE)
--- 65,67 ----
Dir.chdir("build") do
! sys("cmake .. -DBUILD_CLAR=OFF -DTHREADSAFE=ON -DBUILD_SHARED_LIBS=OFF -DCMAKE_C_FLAGS=-fPIC -DCMAKE_BUILD_TYPE=RelWithDebInfo -G \"Unix Makefiles\" -DCMAKE_INSTALL_PREFIX=C:/ -DWINHTTP=OFF")
sys(MAKE)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment