We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1e321e commit 30daf37Copy full SHA for 30daf37
patches/gsl-2.6/gsl-config.bat.win-gcc
@@ -1,10 +1,10 @@
1
@echo off
2
rem simplified replacement for the original shell script
3
-set ROOT=%~dp0
+set ROOT="%~dp0"
4
5
-set XCFLAGS=-I"%ROOT%..\include"
6
-set XLIBS1=-L"%ROOT%..\lib" -lgsl -lgslcblas
7
-set XLIBS2=-L"%ROOT%..\lib" -lgsl
+set XCFLAGS=-I%ROOT%..\include
+set XLIBS1=-L%ROOT%..\lib -lgsl -lgslcblas
+set XLIBS2=-L%ROOT%..\lib -lgsl
8
set XVERSION=2.6
9
set XPREFIX=%ROOT%..\
10
0 commit comments