Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeiOssokine committed Apr 5, 2023
1 parent 2e2f98b commit 2bef0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gsl_dist/gsl_Location.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def __init__(self):

self.prefix = self.get_gsl_info('--prefix').strip()
self.cflags = self.get_gsl_info('--cflags').strip()
self.libs = self.get_gsl_info('--libs-wihtout-cblas').strip()
self.libs = self.get_gsl_info('--libs-without-cblas').strip()
self.config_version = self.get_gsl_info('--version')
self.version = self._split_version(self.config_version.strip())[:2]

Expand Down

0 comments on commit 2bef0e9

Please sign in to comment.