Skip to content

Commit

Permalink
(dbg) :(
Browse files Browse the repository at this point in the history
  • Loading branch information
MementoRC committed Jan 28, 2024
1 parent 77bb28f commit fc8433b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/setup_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
MAKE = 'gmake' if platform.system() in ['FreeBSD', 'OpenBSD'] else 'make'
PKGCONFIG = shutil.which('pkg-config')
COMPILER = sysconfig.get_config_var('CC')
EXTRA_COMPILE_ARGS = sysconfig.get_config_var('CFLAGS').split()
EXTRA_COMPILE_ARGS = sysconfig.get_config_var('CFLAGS')

0 comments on commit fc8433b

Please sign in to comment.