We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b251a6e commit 711c230Copy full SHA for 711c230
Makefile
@@ -34,6 +34,6 @@ clean:
34
35
.PHONY: package
36
package:
37
- c++ -c "ada_url/ada.cpp" -fPIC -std="c++17" -O2 -o "ada_url/ada.o"
+ $(CXX) -c "ada_url/ada.cpp" -fPIC -std="c++17" -O2 -o "ada_url/ada.o"
38
python -m build --no-isolation
39
twine check dist/*
0 commit comments