mirror of
https://github.com/dunglas/frankenphp.git
synced 2026-04-23 00:37:20 +08:00
chore: use cc instead of hardcoding compiler
This commit is contained in:
@@ -55,7 +55,7 @@ jobs:
|
||||
name: Compile edant/watcher
|
||||
run: |
|
||||
cd edant/watcher/watcher-c/
|
||||
gcc -o libwatcher.so ./src/watcher-c.cpp -I ./include -I ../include -std=c++17 -O3 -Wall -Wextra -fPIC -shared
|
||||
cc -o libwatcher.so ./src/watcher-c.cpp -I ./include -I ../include -std=c++17 -O3 -Wall -Wextra -fPIC -shared
|
||||
sudo cp libwatcher.so /usr/local/lib/libwatcher.so
|
||||
sudo ldconfig
|
||||
-
|
||||
|
||||
Reference in New Issue
Block a user