Revision: 45766
http://sourceforge.net/p/vice-emu/code/45766
Author: gpz
Date: 2025-09-14 15:44:35 +0000 (Sun, 14 Sep 2025)
Log Message:
-----------
don't use non existing configure option :)
Modified Paths:
--------------
trunk/.github/workflows/build-main-on-push.yml
Modified: trunk/.github/workflows/build-main-on-push.yml
===================================================================
--- trunk/.github/workflows/build-main-on-push.yml 2025-09-14 15:33:37 UTC (rev 45765)
+++ trunk/.github/workflows/build-main-on-push.yml 2025-09-14 15:44:35 UTC (rev 45766)
@@ -578,7 +578,6 @@
./configure --enable-option-checking=fatal \
--prefix=/usr \
--disable-arch \
- --enable-usbsid \
--enable-cpuhistory \
--enable-parsid \
--with-pulse \
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|