Skip to content

Commit

Permalink
forgot to commit configure before pushig
Browse files Browse the repository at this point in the history
  • Loading branch information
Iximiel committed Dec 8, 2023
1 parent 89dcfe4 commit 8ec056f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -8990,7 +8990,7 @@ import pybind11
$as_echo "yes" >&6; }
pyver=$($PYTHON_BIN -c "import sysconfig;print(sysconfig.get_config_var('VERSION'))")
python_config=python${pyver}-config
PYBIND11_CFLAGS="$pyver $($PYTHON_BIN -m pybind11 --includes) -fvisibility=hidden"
PYBIND11_CFLAGS="$($PYTHON_BIN -m pybind11 --includes) -fvisibility=hidden"
PYTHON_CFLAGS=$(${python_config} --cflags --embed)
PYTHON_LDFLAGS=$(${python_config} --ldflags --embed)
#TODO: conda_fixup
Expand Down

0 comments on commit 8ec056f

Please sign in to comment.