PROTON-2152: Gah!
diff --git a/c/tests/fuzz/CMakeLists.txt b/c/tests/fuzz/CMakeLists.txt
index a43ad19..fc66eb6 100644
--- a/c/tests/fuzz/CMakeLists.txt
+++ b/c/tests/fuzz/CMakeLists.txt
@@ -59,7 +59,7 @@
 
 # pn_url_parse is not in proton core and is only used by messenger so compile specially
 set(platform_MSVC ${PN_C_SOURCE_DIR}/compiler/msvc/snprintf.c)
-set(platform ${extra_${CMAKE_C_COMPILER_ID}})
+set(platform ${platform_${CMAKE_C_COMPILER_ID}})
 
 pn_add_fuzz_test (fuzz-url
   fuzz-url.c